Shades of Lime Green #1CCA2C
Tints of Lime Green #1CCA2C
RGB
CMYK
RGB Variations
Color information
#1CCA2C (or 0x1CCA2C) is known color: Lime Green. HEX triplet: 1C, CA and 2C. RGB value is (28,202,44). Sum of RGB (Red+Green+Blue) = 28+202+44=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 202 (79.30% from 255 or 73.72% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA2C is #E335D3. Grayscale: #848484. Windows color (decimal): -14890452 or 2935324. OLE color: 2935324.
HSL color Cylindrical-coordinate representation of color #1CCA2C: hue angle of 125.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA2C is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 44 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.21 |
| HSL | 125.52º | 0.76% | 0.45% | - |
| HSV(B) | 125.52º | 0.86% | 0.79% | - |
| XYZ | 22.05 | 42.67 | 9.46 | - |
| YUV | 131.96 | 78.35 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 44 | 0.86 | 0 | 0.78 | 0.21 | 125.52 | 0.76 | 0.45 |
| Hex | 1C | CA | 2C | 56 | 0 | 4E | 15 | 7E | 4C | 2D |
| Octal | 34 | 312 | 54 | 126 | 0 | 116 | 25 | 176 | 114 | 55 |
| Binary | 11100 | 11001010 | 101100 | 1010110 | 0 | 1001110 | 10101 | 1111110 | 1001100 | 101101 |
Color Harmonies of #1CCA2C
Complementary color
Monochromatic Colors of #1CCA2C
Black with #1CCA2C
Text Example
Text Example
White with #1CCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA2C; }
p { color: rgb(28,202,44); }
H1.HeaderClassName
{
color: #1CCA2C;
}
.AnyTagClassName
{
color: #1CCA2C;
}
</style>
background-color css
<style>
a { background-color: #1CCA2C; }
a { background-color: rgb(28,202,44); }
div.DivClassName
{
background-color: #1CCA2C;
}
.BgClassName
{
background-color: #1CCA2C;
}
</style>
border-color css
<style>
span { border-color: #1CCA2C; }
span { border-color: rgb(28,202,44); }
td.TdClassName
{
border-color: #1CCA2C;
}
.TagClassName
{
border-color: #1CCA2C;
}
</style>