#39C52C

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

Shades of Lime Green #39C52C

Tints of Lime Green #39C52C

Color information

#39C52C (or 0x39C52C) is unknown color: approx Lime Green. HEX triplet: 39, C5 and 2C. RGB value is (57,197,44). Sum of RGB (Red+Green+Blue) = 57+197+44=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #39C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C52C is #C63AD3. Grayscale: #8A8A8A. Windows color (decimal): -12991188 or 2934073. OLE color: 2934073.

HSL color Cylindrical-coordinate representation of color #39C52C: hue angle of 114.9º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39C52C is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB5719744-
CMYK0.7100.780.23
HSL114.9º63.49%47.25%-
HSV(B)114.9º77.66%77.25%-
XYZ22.1140.989.13-
YUV137.775.1270.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 197 (77.34% from 255) = 66.11%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=19.13%
G=66.11%
B=14.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal57197440.7100.780.23114.963.4947.25
Hex39C52C4704E17733f2f
Octal71305541070116271637757
Binary11100111000101101100100011101001110101111110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,197,44); }

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

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

 a { background-color: rgb(57,197,44); }

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

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

 span { border-color: rgb(57,197,44); }

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