#39C32F

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

Shades of Lime Green #39C32F

Tints of Lime Green #39C32F

Color information

#39C32F (or 0x39C32F) is unknown color: approx Lime Green. HEX triplet: 39, C3 and 2F. RGB value is (57,195,47). Sum of RGB (Red+Green+Blue) = 57+195+47=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #39C32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C32F is #C63CD0. Grayscale: #898989. Windows color (decimal): -12991697 or 3130169. OLE color: 3130169.

HSL color Cylindrical-coordinate representation of color #39C32F: hue angle of 115.95º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39C32F is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB5719547-
CMYK0.7100.760.24
HSL115.95º61.16%47.45%-
HSV(B)115.95º75.9%76.47%-
XYZ21.7240.119.29-
YUV136.8777.2871.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 195 (76.56% from 255) = 65.22%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=19.06%
G=65.22%
B=15.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57195470.7100.760.24115.9561.1647.45
Hex39C32F4704C18743d2f
Octal71303571070114301647557
Binary11100111000011101111100011101001100110001110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,195,47); }

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

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

 a { background-color: rgb(57,195,47); }

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

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

 span { border-color: rgb(57,195,47); }

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