Shades of Lime Green #1CCB39
Tints of Lime Green #1CCB39
RGB
CMYK
RGB Variations
Color information
#1CCB39 (or 0x1CCB39) is known color: Lime Green. HEX triplet: 1C, CB and 39. RGB value is (28,203,57). Sum of RGB (Red+Green+Blue) = 28+203+57=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB39 is #E334C6. Grayscale: #868686. Windows color (decimal): -14890183 or 3787548. OLE color: 3787548.
HSL color Cylindrical-coordinate representation of color #1CCB39: hue angle of 129.94º 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 #1CCB39 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 57 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.20 |
| HSL | 129.94º | 0.76% | 0.45% | - |
| HSV(B) | 129.94º | 0.86% | 0.8% | - |
| XYZ | 22.57 | 43.25 | 11.03 | - |
| YUV | 134.03 | 84.52 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 57 | 0.86 | 0 | 0.72 | 0.20 | 129.94 | 0.76 | 0.45 |
| Hex | 1C | CB | 39 | 56 | 0 | 48 | 14 | 82 | 4C | 2D |
| Octal | 34 | 313 | 71 | 126 | 0 | 110 | 24 | 202 | 114 | 55 |
| Binary | 11100 | 11001011 | 111001 | 1010110 | 0 | 1001000 | 10100 | 10000010 | 1001100 | 101101 |
Color Harmonies of #1CCB39
Complementary color
Monochromatic Colors of #1CCB39
Black with #1CCB39
Text Example
Text Example
White with #1CCB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB39; }
p { color: rgb(28,203,57); }
H1.HeaderClassName
{
color: #1CCB39;
}
.AnyTagClassName
{
color: #1CCB39;
}
</style>
background-color css
<style>
a { background-color: #1CCB39; }
a { background-color: rgb(28,203,57); }
div.DivClassName
{
background-color: #1CCB39;
}
.BgClassName
{
background-color: #1CCB39;
}
</style>
border-color css
<style>
span { border-color: #1CCB39; }
span { border-color: rgb(28,203,57); }
td.TdClassName
{
border-color: #1CCB39;
}
.TagClassName
{
border-color: #1CCB39;
}
</style>