Shades of Lime Green #1CCB2C
Tints of Lime Green #1CCB2C
RGB
CMYK
RGB Variations
Color information
#1CCB2C (or 0x1CCB2C) is known color: Lime Green. HEX triplet: 1C, CB and 2C. RGB value is (28,203,44). Sum of RGB (Red+Green+Blue) = 28+203+44=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 203 (79.69% from 255 or 73.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB2C is #E334D3. Grayscale: #858585. Windows color (decimal): -14890196 or 2935580. OLE color: 2935580.
HSL color Cylindrical-coordinate representation of color #1CCB2C: hue angle of 125.49º 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 #1CCB2C is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 44 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.20 |
| HSL | 125.49º | 0.76% | 0.45% | - |
| HSV(B) | 125.49º | 0.86% | 0.8% | - |
| XYZ | 22.29 | 43.14 | 9.54 | - |
| YUV | 132.55 | 78.02 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 44 | 0.86 | 0 | 0.78 | 0.20 | 125.49 | 0.76 | 0.45 |
| Hex | 1C | CB | 2C | 56 | 0 | 4E | 14 | 7D | 4C | 2D |
| Octal | 34 | 313 | 54 | 126 | 0 | 116 | 24 | 175 | 114 | 55 |
| Binary | 11100 | 11001011 | 101100 | 1010110 | 0 | 1001110 | 10100 | 1111101 | 1001100 | 101101 |
Color Harmonies of #1CCB2C
Complementary color
Monochromatic Colors of #1CCB2C
Black with #1CCB2C
Text Example
Text Example
White with #1CCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB2C; }
p { color: rgb(28,203,44); }
H1.HeaderClassName
{
color: #1CCB2C;
}
.AnyTagClassName
{
color: #1CCB2C;
}
</style>
background-color css
<style>
a { background-color: #1CCB2C; }
a { background-color: rgb(28,203,44); }
div.DivClassName
{
background-color: #1CCB2C;
}
.BgClassName
{
background-color: #1CCB2C;
}
</style>
border-color css
<style>
span { border-color: #1CCB2C; }
span { border-color: rgb(28,203,44); }
td.TdClassName
{
border-color: #1CCB2C;
}
.TagClassName
{
border-color: #1CCB2C;
}
</style>