#39B428

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

Shades of Lime Green #39B428

Tints of Lime Green #39B428

Color information

#39B428 (or 0x39B428) is unknown color: approx Lime Green. HEX triplet: 39, B4 and 28. RGB value is (57,180,40). Sum of RGB (Red+Green+Blue) = 57+180+40=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #39B428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39B428 is #C64BD7. Grayscale: #7F7F7F. Windows color (decimal): -12995544 or 2667577. OLE color: 2667577.

HSL color Cylindrical-coordinate representation of color #39B428: hue angle of 112.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39B428 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB5718040-
CMYK0.6800.780.29
HSL112.71º63.64%43.14%-
HSV(B)112.71º77.78%70.59%-
XYZ18.3933.677.54-
YUV127.2678.7577.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 180 (70.70% from 255) = 64.98%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=20.58%
G=64.98%
B=14.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57180400.6800.780.29112.7163.6443.14
Hex39B4284404E1D71402b
Octal712645010401163516110053
Binary111001101101001010001000100010011101110111100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,180,40); }

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

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

 a { background-color: rgb(57,180,40); }

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

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

 span { border-color: rgb(57,180,40); }

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