Shades of Lime Green #2CBF1F
Tints of Lime Green #2CBF1F
RGB
CMYK
RGB Variations
Color information
#2CBF1F (or 0x2CBF1F) is known color: Lime Green. HEX triplet: 2C, BF and 1F. RGB value is (44,191,31). Sum of RGB (Red+Green+Blue) = 44+191+31=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF1F is #D340E0. Grayscale: #818181. Windows color (decimal): -13844705 or 2080556. OLE color: 2080556.
HSL color Cylindrical-coordinate representation of color #2CBF1F: hue angle of 115.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CBF1F is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 31 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.25 |
| HSL | 115.13º | 0.72% | 0.44% | - |
| HSV(B) | 115.13º | 0.84% | 0.75% | - |
| XYZ | 19.92 | 37.9 | 7.56 | - |
| YUV | 128.81 | 72.8 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 31 | 0.77 | 0 | 0.84 | 0.25 | 115.13 | 0.72 | 0.44 |
| Hex | 2C | BF | 1F | 4D | 0 | 54 | 19 | 73 | 48 | 2C |
| Octal | 54 | 277 | 37 | 115 | 0 | 124 | 31 | 163 | 110 | 54 |
| Binary | 101100 | 10111111 | 11111 | 1001101 | 0 | 1010100 | 11001 | 1110011 | 1001000 | 101100 |
Color Harmonies of #2CBF1F
Complementary color
Monochromatic Colors of #2CBF1F
Black with #2CBF1F
Text Example
Text Example
White with #2CBF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF1F; }
p { color: rgb(44,191,31); }
H1.HeaderClassName
{
color: #2CBF1F;
}
.AnyTagClassName
{
color: #2CBF1F;
}
</style>
background-color css
<style>
a { background-color: #2CBF1F; }
a { background-color: rgb(44,191,31); }
div.DivClassName
{
background-color: #2CBF1F;
}
.BgClassName
{
background-color: #2CBF1F;
}
</style>
border-color css
<style>
span { border-color: #2CBF1F; }
span { border-color: rgb(44,191,31); }
td.TdClassName
{
border-color: #2CBF1F;
}
.TagClassName
{
border-color: #2CBF1F;
}
</style>