Shades of Lime Green #1CCB28
Tints of Lime Green #1CCB28
RGB
CMYK
RGB Variations
Color information
#1CCB28 (or 0x1CCB28) is known color: Lime Green. HEX triplet: 1C, CB and 28. RGB value is (28,203,40). Sum of RGB (Red+Green+Blue) = 28+203+40=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB28 is #E334D7. Grayscale: #848484. Windows color (decimal): -14890200 or 2673436. OLE color: 2673436.
HSL color Cylindrical-coordinate representation of color #1CCB28: hue angle of 124.11º 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 #1CCB28 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 40 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.20 |
| HSL | 124.11º | 0.76% | 0.45% | - |
| HSV(B) | 124.11º | 0.86% | 0.8% | - |
| XYZ | 22.22 | 43.11 | 9.16 | - |
| YUV | 132.09 | 76.02 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 40 | 0.86 | 0 | 0.80 | 0.20 | 124.11 | 0.76 | 0.45 |
| Hex | 1C | CB | 28 | 56 | 0 | 50 | 14 | 7C | 4C | 2D |
| Octal | 34 | 313 | 50 | 126 | 0 | 120 | 24 | 174 | 114 | 55 |
| Binary | 11100 | 11001011 | 101000 | 1010110 | 0 | 1010000 | 10100 | 1111100 | 1001100 | 101101 |
Color Harmonies of #1CCB28
Complementary color
Monochromatic Colors of #1CCB28
Black with #1CCB28
Text Example
Text Example
White with #1CCB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB28; }
p { color: rgb(28,203,40); }
H1.HeaderClassName
{
color: #1CCB28;
}
.AnyTagClassName
{
color: #1CCB28;
}
</style>
background-color css
<style>
a { background-color: #1CCB28; }
a { background-color: rgb(28,203,40); }
div.DivClassName
{
background-color: #1CCB28;
}
.BgClassName
{
background-color: #1CCB28;
}
</style>
border-color css
<style>
span { border-color: #1CCB28; }
span { border-color: rgb(28,203,40); }
td.TdClassName
{
border-color: #1CCB28;
}
.TagClassName
{
border-color: #1CCB28;
}
</style>