Shades of Lime Green #1CCA33
Tints of Lime Green #1CCA33
RGB
CMYK
RGB Variations
Color information
#1CCA33 (or 0x1CCA33) is known color: Lime Green. HEX triplet: 1C, CA and 33. RGB value is (28,202,51). Sum of RGB (Red+Green+Blue) = 28+202+51=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA33 is #E335CC. Grayscale: #858585. Windows color (decimal): -14890445 or 3394076. OLE color: 3394076.
HSL color Cylindrical-coordinate representation of color #1CCA33: hue angle of 127.93º 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 #1CCA33 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 51 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.21 |
| HSL | 127.93º | 0.76% | 0.45% | - |
| HSV(B) | 127.93º | 0.86% | 0.79% | - |
| XYZ | 22.2 | 42.73 | 10.21 | - |
| YUV | 132.76 | 81.85 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 51 | 0.86 | 0 | 0.75 | 0.21 | 127.93 | 0.76 | 0.45 |
| Hex | 1C | CA | 33 | 56 | 0 | 4B | 15 | 80 | 4C | 2D |
| Octal | 34 | 312 | 63 | 126 | 0 | 113 | 25 | 200 | 114 | 55 |
| Binary | 11100 | 11001010 | 110011 | 1010110 | 0 | 1001011 | 10101 | 10000000 | 1001100 | 101101 |
Color Harmonies of #1CCA33
Complementary color
Monochromatic Colors of #1CCA33
Black with #1CCA33
Text Example
Text Example
White with #1CCA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA33; }
p { color: rgb(28,202,51); }
H1.HeaderClassName
{
color: #1CCA33;
}
.AnyTagClassName
{
color: #1CCA33;
}
</style>
background-color css
<style>
a { background-color: #1CCA33; }
a { background-color: rgb(28,202,51); }
div.DivClassName
{
background-color: #1CCA33;
}
.BgClassName
{
background-color: #1CCA33;
}
</style>
border-color css
<style>
span { border-color: #1CCA33; }
span { border-color: rgb(28,202,51); }
td.TdClassName
{
border-color: #1CCA33;
}
.TagClassName
{
border-color: #1CCA33;
}
</style>