Shades of Lime Green #2CBE17
Tints of Lime Green #2CBE17
RGB
CMYK
RGB Variations
Color information
#2CBE17 (or 0x2CBE17) is known color: Lime Green. HEX triplet: 2C, BE and 17. RGB value is (44,190,23). Sum of RGB (Red+Green+Blue) = 44+190+23=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBE17 is #D341E8. Grayscale: #7F7F7F. Windows color (decimal): -13844969 or 1556012. OLE color: 1556012.
HSL color Cylindrical-coordinate representation of color #2CBE17: hue angle of 112.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CBE17 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 23 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.25 |
| HSL | 112.46º | 0.78% | 0.42% | - |
| HSV(B) | 112.46º | 0.88% | 0.75% | - |
| XYZ | 19.61 | 37.42 | 7 | - |
| YUV | 127.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 23 | 0.77 | 0 | 0.88 | 0.25 | 112.46 | 0.78 | 0.42 |
| Hex | 2C | BE | 17 | 4D | 0 | 58 | 19 | 70 | 4E | 2A |
| Octal | 54 | 276 | 27 | 115 | 0 | 130 | 31 | 160 | 116 | 52 |
| Binary | 101100 | 10111110 | 10111 | 1001101 | 0 | 1011000 | 11001 | 1110000 | 1001110 | 101010 |
Color Harmonies of #2CBE17
Complementary color
Monochromatic Colors of #2CBE17
Black with #2CBE17
Text Example
Text Example
White with #2CBE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE17; }
p { color: rgb(44,190,23); }
H1.HeaderClassName
{
color: #2CBE17;
}
.AnyTagClassName
{
color: #2CBE17;
}
</style>
background-color css
<style>
a { background-color: #2CBE17; }
a { background-color: rgb(44,190,23); }
div.DivClassName
{
background-color: #2CBE17;
}
.BgClassName
{
background-color: #2CBE17;
}
</style>
border-color css
<style>
span { border-color: #2CBE17; }
span { border-color: rgb(44,190,23); }
td.TdClassName
{
border-color: #2CBE17;
}
.TagClassName
{
border-color: #2CBE17;
}
</style>