Shades of Lime Green #1CCB29
Tints of Lime Green #1CCB29
RGB
CMYK
RGB Variations
Color information
#1CCB29 (or 0x1CCB29) is known color: Lime Green. HEX triplet: 1C, CB and 29. RGB value is (28,203,41). Sum of RGB (Red+Green+Blue) = 28+203+41=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB29 is #E334D6. Grayscale: #848484. Windows color (decimal): -14890199 or 2738972. OLE color: 2738972.
HSL color Cylindrical-coordinate representation of color #1CCB29: hue angle of 124.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB29 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 41 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.20 |
| HSL | 124.46º | 0.76% | 0.45% | - |
| HSV(B) | 124.46º | 0.86% | 0.8% | - |
| XYZ | 22.24 | 43.12 | 9.25 | - |
| YUV | 132.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 41 | 0.86 | 0 | 0.80 | 0.20 | 124.46 | 0.76 | 0.45 |
| Hex | 1C | CB | 29 | 56 | 0 | 50 | 14 | 7C | 4C | 2D |
| Octal | 34 | 313 | 51 | 126 | 0 | 120 | 24 | 174 | 114 | 55 |
| Binary | 11100 | 11001011 | 101001 | 1010110 | 0 | 1010000 | 10100 | 1111100 | 1001100 | 101101 |
Color Harmonies of #1CCB29
Complementary color
Monochromatic Colors of #1CCB29
Black with #1CCB29
Text Example
Text Example
White with #1CCB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB29; }
p { color: rgb(28,203,41); }
H1.HeaderClassName
{
color: #1CCB29;
}
.AnyTagClassName
{
color: #1CCB29;
}
</style>
background-color css
<style>
a { background-color: #1CCB29; }
a { background-color: rgb(28,203,41); }
div.DivClassName
{
background-color: #1CCB29;
}
.BgClassName
{
background-color: #1CCB29;
}
</style>
border-color css
<style>
span { border-color: #1CCB29; }
span { border-color: rgb(28,203,41); }
td.TdClassName
{
border-color: #1CCB29;
}
.TagClassName
{
border-color: #1CCB29;
}
</style>