#12CC20

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

Shades of Lime Green #12CC20

Tints of Lime Green #12CC20

Color information

#12CC20 (or 0x12CC20) is unknown color: approx Lime Green. HEX triplet: 12, CC and 20. RGB value is (18,204,32). Sum of RGB (Red+Green+Blue) = 18+204+32=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 204 (80.08% from 255 or 80.31% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC20 is #ED33DF. Grayscale: #818181. Windows color (decimal): -15545312 or 2149394. OLE color: 2149394.

HSL color Cylindrical-coordinate representation of color #12CC20: hue angle of 124.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC20 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB1820432-
CMYK0.9100.840.2
HSL124.52º83.78%43.53%-
HSV(B)124.52º91.18%80%-
XYZ22.143.428.58-
YUV128.7873.3848.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 204 (80.08% from 255) = 80.31%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=7.09%
G=80.31%
B=12.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18204320.9100.840.2124.5283.7843.53
Hex12CC205B054147d542c
Octal223144013301242417512454
Binary10010110011001000001011011010101001010011111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CC20; }

 p { color: rgb(18,204,32); }

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

<style>
 a { background-color: #12CC20; }

 a { background-color: rgb(18,204,32); }

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

<style>
 span { border-color: #12CC20; }

 span { border-color: rgb(18,204,32); }

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