#39E048

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

Shades of Lime Green #39E048

Tints of Lime Green #39E048

Color information

#39E048 (or 0x39E048) is unknown color: approx Lime Green. HEX triplet: 39, E0 and 48. RGB value is (57,224,72). Sum of RGB (Red+Green+Blue) = 57+224+72=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 224 (87.89% from 255 or 63.46% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 224 - color contains mainly: green. Hex color #39E048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39E048 is #C61FB7. Grayscale: #9D9D9D. Windows color (decimal): -12984248 or 4775993. OLE color: 4775993.

HSL color Cylindrical-coordinate representation of color #39E048: hue angle of 125.39º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E048 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB5722472-
CMYK0.7500.680.12
HSL125.39º72.93%55.1%-
HSV(B)125.39º74.55%87.84%-
XYZ29.5154.6515.12-
YUV156.7480.1756.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 224 (87.89% from 255) = 63.46%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=16.15%
G=63.46%
B=20.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal57224720.7500.680.12125.3972.9355.1
Hex39E0484B044C7d4937
Octal7134011011301041417511167
Binary111001111000001001000100101101000100110011111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39E048; }

 p { color: rgb(57,224,72); }

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

<style>
 a { background-color: #39E048; }

 a { background-color: rgb(57,224,72); }

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

<style>
 span { border-color: #39E048; }

 span { border-color: rgb(57,224,72); }

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