#39B53C

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

Shades of Lime Green #39B53C

Tints of Lime Green #39B53C

Color information

#39B53C (or 0x39B53C) is unknown color: approx Lime Green. HEX triplet: 39, B5 and 3C. RGB value is (57,181,60). Sum of RGB (Red+Green+Blue) = 57+181+60=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #39B53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39B53C is #C64AC3. Grayscale: #828282. Windows color (decimal): -12995268 or 3978553. OLE color: 3978553.

HSL color Cylindrical-coordinate representation of color #39B53C: hue angle of 121.45º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B53C is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB5718160-
CMYK0.6900.670.29
HSL121.45º52.1%46.67%-
HSV(B)121.45º68.51%70.98%-
XYZ19.0334.249.88-
YUV130.1388.4275.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 181 (71.09% from 255) = 60.74%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=19.13%
G=60.74%
B=20.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57181600.6900.670.29121.4552.146.67
Hex39B53C450431D79342f
Octal71265741050103351716457
Binary11100110110101111100100010101000011111011111001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,181,60); }

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

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

 a { background-color: rgb(57,181,60); }

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

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

 span { border-color: rgb(57,181,60); }

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