Shades of Lime Green #1CCF26
Tints of Lime Green #1CCF26
RGB
CMYK
RGB Variations
Color information
#1CCF26 (or 0x1CCF26) is known color: Lime Green. HEX triplet: 1C, CF and 26. RGB value is (28,207,38). Sum of RGB (Red+Green+Blue) = 28+207+38=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF26 is #E330D9. Grayscale: #868686. Windows color (decimal): -14889178 or 2543388. OLE color: 2543388.
HSL color Cylindrical-coordinate representation of color #1CCF26: hue angle of 123.35º 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 #1CCF26 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 38 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.19 |
| HSL | 123.35º | 0.76% | 0.46% | - |
| HSV(B) | 123.35º | 0.86% | 0.81% | - |
| XYZ | 23.14 | 45.01 | 9.3 | - |
| YUV | 134.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 38 | 0.86 | 0 | 0.82 | 0.19 | 123.35 | 0.76 | 0.46 |
| Hex | 1C | CF | 26 | 56 | 0 | 52 | 13 | 7B | 4C | 2E |
| Octal | 34 | 317 | 46 | 126 | 0 | 122 | 23 | 173 | 114 | 56 |
| Binary | 11100 | 11001111 | 100110 | 1010110 | 0 | 1010010 | 10011 | 1111011 | 1001100 | 101110 |
Color Harmonies of #1CCF26
Complementary color
Monochromatic Colors of #1CCF26
Black with #1CCF26
Text Example
Text Example
White with #1CCF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF26; }
p { color: rgb(28,207,38); }
H1.HeaderClassName
{
color: #1CCF26;
}
.AnyTagClassName
{
color: #1CCF26;
}
</style>
background-color css
<style>
a { background-color: #1CCF26; }
a { background-color: rgb(28,207,38); }
div.DivClassName
{
background-color: #1CCF26;
}
.BgClassName
{
background-color: #1CCF26;
}
</style>
border-color css
<style>
span { border-color: #1CCF26; }
span { border-color: rgb(28,207,38); }
td.TdClassName
{
border-color: #1CCF26;
}
.TagClassName
{
border-color: #1CCF26;
}
</style>