#3EED48

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

Shades of Lime Green #3EED48

Tints of Lime Green #3EED48

Color information

#3EED48 (or 0x3EED48) is unknown color: approx Lime Green. HEX triplet: 3E, ED and 48. RGB value is (62,237,72). Sum of RGB (Red+Green+Blue) = 62+237+72=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 237 (92.97% from 255 or 63.88% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EED48 is #C112B7. Grayscale: #A6A6A6. Windows color (decimal): -12653240 or 4779326. OLE color: 4779326.

HSL color Cylindrical-coordinate representation of color #3EED48: hue angle of 123.43º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EED48 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB6223772-
CMYK0.7400.700.07
HSL123.43º82.94%58.63%-
HSV(B)123.43º73.84%92.94%-
XYZ33.4462.0616.35-
YUV165.8675.0253.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.71%
GREEN value IS 237 (92.97% from 255) = 63.88%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=16.71%
G=63.88%
B=19.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62237720.7400.700.07123.4382.9458.63
Hex3EED484A04677b533b
Octal763551101120106717312373
Binary11111011101101100100010010100100011011111110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,237,72); }

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

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

 a { background-color: rgb(62,237,72); }

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

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

 span { border-color: rgb(62,237,72); }

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