#39C12C

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

Shades of Lime Green #39C12C

Tints of Lime Green #39C12C

Color information

#39C12C (or 0x39C12C) is unknown color: approx Lime Green. HEX triplet: 39, C1 and 2C. RGB value is (57,193,44). Sum of RGB (Red+Green+Blue) = 57+193+44=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #39C12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C12C is #C63ED3. Grayscale: #878787. Windows color (decimal): -12992212 or 2933049. OLE color: 2933049.

HSL color Cylindrical-coordinate representation of color #39C12C: hue angle of 114.77º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39C12C is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB5719344-
CMYK0.7000.770.24
HSL114.77º62.87%46.47%-
HSV(B)114.77º77.2%75.69%-
XYZ21.2139.198.83-
YUV135.3576.4472.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 193 (75.78% from 255) = 65.65%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=19.39%
G=65.65%
B=14.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57193440.7000.770.24114.7762.8746.47
Hex39C12C4604D18733f2e
Octal71301541060115301637756
Binary11100111000001101100100011001001101110001110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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