Shades of Lime Green #2BCF34
Tints of Lime Green #2BCF34
RGB
CMYK
RGB Variations
Color information
#2BCF34 (or 0x2BCF34) is known color: Lime Green. HEX triplet: 2B, CF and 34. RGB value is (43,207,52). Sum of RGB (Red+Green+Blue) = 43+207+52=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF34 is #D430CB. Grayscale: #8C8C8C. Windows color (decimal): -13906124 or 3460907. OLE color: 3460907.
HSL color Cylindrical-coordinate representation of color #2BCF34: hue angle of 123.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF34 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 52 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.19 |
| HSL | 123.29º | 0.66% | 0.49% | - |
| HSV(B) | 123.29º | 0.79% | 0.81% | - |
| XYZ | 23.93 | 45.39 | 10.75 | - |
| YUV | 140.29 | 78.17 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 52 | 0.79 | 0 | 0.75 | 0.19 | 123.29 | 0.66 | 0.49 |
| Hex | 2B | CF | 34 | 4F | 0 | 4B | 13 | 7B | 42 | 31 |
| Octal | 53 | 317 | 64 | 117 | 0 | 113 | 23 | 173 | 102 | 61 |
| Binary | 101011 | 11001111 | 110100 | 1001111 | 0 | 1001011 | 10011 | 1111011 | 1000010 | 110001 |
Color Harmonies of #2BCF34
Complementary color
Monochromatic Colors of #2BCF34
Black with #2BCF34
Text Example
Text Example
White with #2BCF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF34; }
p { color: rgb(43,207,52); }
H1.HeaderClassName
{
color: #2BCF34;
}
.AnyTagClassName
{
color: #2BCF34;
}
</style>
background-color css
<style>
a { background-color: #2BCF34; }
a { background-color: rgb(43,207,52); }
div.DivClassName
{
background-color: #2BCF34;
}
.BgClassName
{
background-color: #2BCF34;
}
</style>
border-color css
<style>
span { border-color: #2BCF34; }
span { border-color: rgb(43,207,52); }
td.TdClassName
{
border-color: #2BCF34;
}
.TagClassName
{
border-color: #2BCF34;
}
</style>