Shades of Lime Green #12CB20
Tints of Lime Green #12CB20
RGB
CMYK
RGB Variations
Color information
#12CB20 (or 0x12CB20) is known color: Lime Green. HEX triplet: 12, CB and 20. RGB value is (18,203,32). Sum of RGB (Red+Green+Blue) = 18+203+32=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 203 (79.69% from 255 or 80.24% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB20 is #ED34DF. Grayscale: #808080. Windows color (decimal): -15545568 or 2149138. OLE color: 2149138.
HSL color Cylindrical-coordinate representation of color #12CB20: hue angle of 124.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB20 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 32 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.20 |
| HSL | 124.54º | 0.84% | 0.43% | - |
| HSV(B) | 124.54º | 0.91% | 0.8% | - |
| XYZ | 21.87 | 42.94 | 8.5 | - |
| YUV | 128.19 | 73.71 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 32 | 0.91 | 0 | 0.84 | 0.20 | 124.54 | 0.84 | 0.43 |
| Hex | 12 | CB | 20 | 5B | 0 | 54 | 14 | 7D | 54 | 2B |
| Octal | 22 | 313 | 40 | 133 | 0 | 124 | 24 | 175 | 124 | 53 |
| Binary | 10010 | 11001011 | 100000 | 1011011 | 0 | 1010100 | 10100 | 1111101 | 1010100 | 101011 |
Color Harmonies of #12CB20
Complementary color
Monochromatic Colors of #12CB20
Black with #12CB20
Text Example
Text Example
White with #12CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CB20; }
p { color: rgb(18,203,32); }
H1.HeaderClassName
{
color: #12CB20;
}
.AnyTagClassName
{
color: #12CB20;
}
</style>
background-color css
<style>
a { background-color: #12CB20; }
a { background-color: rgb(18,203,32); }
div.DivClassName
{
background-color: #12CB20;
}
.BgClassName
{
background-color: #12CB20;
}
</style>
border-color css
<style>
span { border-color: #12CB20; }
span { border-color: rgb(18,203,32); }
td.TdClassName
{
border-color: #12CB20;
}
.TagClassName
{
border-color: #12CB20;
}
</style>