#39D440

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

Shades of Lime Green #39D440

Tints of Lime Green #39D440

Color information

#39D440 (or 0x39D440) is unknown color: approx Lime Green. HEX triplet: 39, D4 and 40. RGB value is (57,212,64). Sum of RGB (Red+Green+Blue) = 57+212+64=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 212 (83.20% from 255 or 63.66% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 212 - color contains mainly: green. Hex color #39D440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D440 is #C62BBF. Grayscale: #959595. Windows color (decimal): -12987328 or 4248633. OLE color: 4248633.

HSL color Cylindrical-coordinate representation of color #39D440: hue angle of 122.71º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D440 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB5721264-
CMYK0.7300.700.17
HSL122.71º64.32%52.75%-
HSV(B)122.71º73.11%83.14%-
XYZ26.1648.3312.8-
YUV148.7880.1562.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 212 (83.20% from 255) = 63.66%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=17.12%
G=63.66%
B=19.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal57212640.7300.700.17122.7164.3252.75
Hex39D44049046117b4035
Octal7132410011101062117310065
Binary1110011101010010000001001001010001101000111110111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,212,64); }

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

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

 a { background-color: rgb(57,212,64); }

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

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

 span { border-color: rgb(57,212,64); }

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