#39C64A

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

Shades of Lime Green #39C64A

Tints of Lime Green #39C64A

Color information

#39C64A (or 0x39C64A) is unknown color: approx Lime Green. HEX triplet: 39, C6 and 4A. RGB value is (57,198,74). Sum of RGB (Red+Green+Blue) = 57+198+74=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #39C64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C64A is #C639B5. Grayscale: #8E8E8E. Windows color (decimal): -12990902 or 4900409. OLE color: 4900409.

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

Color convert

RGB5719874-
CMYK0.7100.630.22
HSL127.23º55.29%50%-
HSV(B)127.23º71.21%77.65%-
XYZ23.1241.7513.32-
YUV141.7189.7967.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 198 (77.73% from 255) = 60.18%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=17.33%
G=60.18%
B=22.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal57198740.7100.630.22127.2355.2950
Hex39C64A4703F167f3732
Octal71306112107077261776762
Binary11100111000110100101010001110111111101101111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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