Shades of Lime Green #2BCF18
Tints of Lime Green #2BCF18
RGB
CMYK
RGB Variations
Color information
#2BCF18 (or 0x2BCF18) is known color: Lime Green. HEX triplet: 2B, CF and 18. RGB value is (43,207,24). Sum of RGB (Red+Green+Blue) = 43+207+24=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCF18 is #D430E7. Grayscale: #898989. Windows color (decimal): -13906152 or 1625899. OLE color: 1625899.
HSL color Cylindrical-coordinate representation of color #2BCF18: hue angle of 113.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BCF18 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 24 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.19 |
| HSL | 113.77º | 0.79% | 0.45% | - |
| HSV(B) | 113.77º | 0.88% | 0.81% | - |
| XYZ | 23.47 | 45.21 | 8.35 | - |
| YUV | 137.1 | 64.17 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 24 | 0.79 | 0 | 0.88 | 0.19 | 113.77 | 0.79 | 0.45 |
| Hex | 2B | CF | 18 | 4F | 0 | 58 | 13 | 72 | 4F | 2D |
| Octal | 53 | 317 | 30 | 117 | 0 | 130 | 23 | 162 | 117 | 55 |
| Binary | 101011 | 11001111 | 11000 | 1001111 | 0 | 1011000 | 10011 | 1110010 | 1001111 | 101101 |
Color Harmonies of #2BCF18
Complementary color
Monochromatic Colors of #2BCF18
Black with #2BCF18
Text Example
Text Example
White with #2BCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF18; }
p { color: rgb(43,207,24); }
H1.HeaderClassName
{
color: #2BCF18;
}
.AnyTagClassName
{
color: #2BCF18;
}
</style>
background-color css
<style>
a { background-color: #2BCF18; }
a { background-color: rgb(43,207,24); }
div.DivClassName
{
background-color: #2BCF18;
}
.BgClassName
{
background-color: #2BCF18;
}
</style>
border-color css
<style>
span { border-color: #2BCF18; }
span { border-color: rgb(43,207,24); }
td.TdClassName
{
border-color: #2BCF18;
}
.TagClassName
{
border-color: #2BCF18;
}
</style>