Shades of Lime Green #1CCF29
Tints of Lime Green #1CCF29
RGB
CMYK
RGB Variations
Color information
#1CCF29 (or 0x1CCF29) is known color: Lime Green. HEX triplet: 1C, CF and 29. RGB value is (28,207,41). Sum of RGB (Red+Green+Blue) = 28+207+41=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF29 is #E330D6. Grayscale: #878787. Windows color (decimal): -14889175 or 2739996. OLE color: 2739996.
HSL color Cylindrical-coordinate representation of color #1CCF29: hue angle of 124.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF29 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 41 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.19 |
| HSL | 124.36º | 0.76% | 0.46% | - |
| HSV(B) | 124.36º | 0.86% | 0.81% | - |
| XYZ | 23.19 | 45.03 | 9.57 | - |
| YUV | 134.56 | 75.2 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 41 | 0.86 | 0 | 0.80 | 0.19 | 124.36 | 0.76 | 0.46 |
| Hex | 1C | CF | 29 | 56 | 0 | 50 | 13 | 7C | 4C | 2E |
| Octal | 34 | 317 | 51 | 126 | 0 | 120 | 23 | 174 | 114 | 56 |
| Binary | 11100 | 11001111 | 101001 | 1010110 | 0 | 1010000 | 10011 | 1111100 | 1001100 | 101110 |
Color Harmonies of #1CCF29
Complementary color
Monochromatic Colors of #1CCF29
Black with #1CCF29
Text Example
Text Example
White with #1CCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF29; }
p { color: rgb(28,207,41); }
H1.HeaderClassName
{
color: #1CCF29;
}
.AnyTagClassName
{
color: #1CCF29;
}
</style>
background-color css
<style>
a { background-color: #1CCF29; }
a { background-color: rgb(28,207,41); }
div.DivClassName
{
background-color: #1CCF29;
}
.BgClassName
{
background-color: #1CCF29;
}
</style>
border-color css
<style>
span { border-color: #1CCF29; }
span { border-color: rgb(28,207,41); }
td.TdClassName
{
border-color: #1CCF29;
}
.TagClassName
{
border-color: #1CCF29;
}
</style>