#39CC4A

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

Shades of Lime Green #39CC4A

Tints of Lime Green #39CC4A

Color information

#39CC4A (or 0x39CC4A) is unknown color: approx Lime Green. HEX triplet: 39, CC and 4A. RGB value is (57,204,74). Sum of RGB (Red+Green+Blue) = 57+204+74=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CC4A is #C633B5. Grayscale: #919191. Windows color (decimal): -12989366 or 4901945. OLE color: 4901945.

HSL color Cylindrical-coordinate representation of color #39CC4A: hue angle of 126.94º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC4A is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB5720474-
CMYK0.7200.640.2
HSL126.94º59.04%51.18%-
HSV(B)126.94º72.06%80%-
XYZ24.5244.5513.79-
YUV145.2387.865.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 204 (80.08% from 255) = 60.90%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=17.01%
G=60.90%
B=22.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57204740.7200.640.2126.9459.0451.18
Hex39CC4A48040147f3b33
Octal713141121100100241777363
Binary111001110011001001010100100001000000101001111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,204,74); }

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

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

 a { background-color: rgb(57,204,74); }

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

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

 span { border-color: rgb(57,204,74); }

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