Shades of Lime Green #2CBF26
Tints of Lime Green #2CBF26
RGB
CMYK
RGB Variations
Color information
#2CBF26 (or 0x2CBF26) is known color: Lime Green. HEX triplet: 2C, BF and 26. RGB value is (44,191,38). Sum of RGB (Red+Green+Blue) = 44+191+38=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF26 is #D340D9. Grayscale: #828282. Windows color (decimal): -13844698 or 2539308. OLE color: 2539308.
HSL color Cylindrical-coordinate representation of color #2CBF26: hue angle of 117.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBF26 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 38 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.25 |
| HSL | 117.65º | 0.67% | 0.45% | - |
| HSV(B) | 117.65º | 0.8% | 0.75% | - |
| XYZ | 20.02 | 37.94 | 8.1 | - |
| YUV | 129.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 38 | 0.77 | 0 | 0.80 | 0.25 | 117.65 | 0.67 | 0.45 |
| Hex | 2C | BF | 26 | 4D | 0 | 50 | 19 | 76 | 43 | 2D |
| Octal | 54 | 277 | 46 | 115 | 0 | 120 | 31 | 166 | 103 | 55 |
| Binary | 101100 | 10111111 | 100110 | 1001101 | 0 | 1010000 | 11001 | 1110110 | 1000011 | 101101 |
Color Harmonies of #2CBF26
Complementary color
Monochromatic Colors of #2CBF26
Black with #2CBF26
Text Example
Text Example
White with #2CBF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF26; }
p { color: rgb(44,191,38); }
H1.HeaderClassName
{
color: #2CBF26;
}
.AnyTagClassName
{
color: #2CBF26;
}
</style>
background-color css
<style>
a { background-color: #2CBF26; }
a { background-color: rgb(44,191,38); }
div.DivClassName
{
background-color: #2CBF26;
}
.BgClassName
{
background-color: #2CBF26;
}
</style>
border-color css
<style>
span { border-color: #2CBF26; }
span { border-color: rgb(44,191,38); }
td.TdClassName
{
border-color: #2CBF26;
}
.TagClassName
{
border-color: #2CBF26;
}
</style>