#3EF23D

Color #3EF23D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3EF23D

Tints of Lime Green #3EF23D

Color information

#3EF23D (or 0x3EF23D) is unknown color: approx Lime Green. HEX triplet: 3E, F2 and 3D. RGB value is (62,242,61). Sum of RGB (Red+Green+Blue) = 62+242+61=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF23D is #C10DC2. Grayscale: #A8A8A8. Windows color (decimal): -12651971 or 4059710. OLE color: 4059710.

HSL color Cylindrical-coordinate representation of color #3EF23D: hue angle of 119.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF23D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB6224261-
CMYK0.7400.750.05
HSL119.67º87.44%59.41%-
HSV(B)119.67º74.79%94.9%-
XYZ34.5864.8715.11-
YUV167.5567.8752.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 16.99%
GREEN value IS 242 (94.92% from 255) = 66.30%
BLUE value IS 61 (24.22% from 255) = 16.71%
R=16.99%
G=66.30%
B=16.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62242610.7400.750.05119.6787.4459.41
Hex3EF23D4A04B578573b
Octal76362751120113517012773
Binary1111101111001011110110010100100101110111110001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EF23D; }

 p { color: rgb(62,242,61); }

 H1.HeaderClassName
 {
   color: #3EF23D;
 }
 .AnyTagClassName
 {
   color: #3EF23D;
 }
</style>
background-color css

<style>
 a { background-color: #3EF23D; }

 a { background-color: rgb(62,242,61); }

 div.DivClassName
 {
   background-color: #3EF23D;
 }
 .BgClassName
 {
   background-color: #3EF23D;
 }
</style>
border-color css

<style>
 span { border-color: #3EF23D; }

 span { border-color: rgb(62,242,61); }

 td.TdClassName
 {
   border-color: #3EF23D;
 }
 .TagClassName
 {
   border-color: #3EF23D;
 }
</style>