Shades of Lime Green #2CBD1F
Tints of Lime Green #2CBD1F
RGB
CMYK
RGB Variations
Color information
#2CBD1F (or 0x2CBD1F) is known color: Lime Green. HEX triplet: 2C, BD and 1F. RGB value is (44,189,31). Sum of RGB (Red+Green+Blue) = 44+189+31=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD1F is #D342E0. Grayscale: #808080. Windows color (decimal): -13845217 or 2080044. OLE color: 2080044.
HSL color Cylindrical-coordinate representation of color #2CBD1F: hue angle of 115.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CBD1F is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 31 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.26 |
| HSL | 115.06º | 0.72% | 0.43% | - |
| HSV(B) | 115.06º | 0.84% | 0.74% | - |
| XYZ | 19.48 | 37.03 | 7.42 | - |
| YUV | 127.63 | 73.46 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 31 | 0.77 | 0 | 0.84 | 0.26 | 115.06 | 0.72 | 0.43 |
| Hex | 2C | BD | 1F | 4D | 0 | 54 | 1A | 73 | 48 | 2B |
| Octal | 54 | 275 | 37 | 115 | 0 | 124 | 32 | 163 | 110 | 53 |
| Binary | 101100 | 10111101 | 11111 | 1001101 | 0 | 1010100 | 11010 | 1110011 | 1001000 | 101011 |
Color Harmonies of #2CBD1F
Complementary color
Monochromatic Colors of #2CBD1F
Black with #2CBD1F
Text Example
Text Example
White with #2CBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD1F; }
p { color: rgb(44,189,31); }
H1.HeaderClassName
{
color: #2CBD1F;
}
.AnyTagClassName
{
color: #2CBD1F;
}
</style>
background-color css
<style>
a { background-color: #2CBD1F; }
a { background-color: rgb(44,189,31); }
div.DivClassName
{
background-color: #2CBD1F;
}
.BgClassName
{
background-color: #2CBD1F;
}
</style>
border-color css
<style>
span { border-color: #2CBD1F; }
span { border-color: rgb(44,189,31); }
td.TdClassName
{
border-color: #2CBD1F;
}
.TagClassName
{
border-color: #2CBD1F;
}
</style>