Shades of Lime Green #2BF434
Tints of Lime Green #2BF434
RGB
CMYK
RGB Variations
Color information
#2BF434 (or 0x2BF434) is known color: Lime Green. HEX triplet: 2B, F4 and 34. RGB value is (43,244,52). Sum of RGB (Red+Green+Blue) = 43+244+52=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 244 (95.70% from 255 or 71.98% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF434 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF434 is #D40BCB. Grayscale: #A2A2A2. Windows color (decimal): -13896652 or 3470379. OLE color: 3470379.
HSL color Cylindrical-coordinate representation of color #2BF434: hue angle of 122.69º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF434 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 244 | 52 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.04 |
| HSL | 122.69º | 0.9% | 0.56% | - |
| HSV(B) | 122.69º | 0.82% | 0.96% | - |
| XYZ | 33.97 | 65.46 | 14.09 | - |
| YUV | 162.01 | 65.91 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 244 | 52 | 0.82 | 0 | 0.79 | 0.04 | 122.69 | 0.9 | 0.56 |
| Hex | 2B | F4 | 34 | 52 | 0 | 4F | 4 | 7B | 5A | 38 |
| Octal | 53 | 364 | 64 | 122 | 0 | 117 | 4 | 173 | 132 | 70 |
| Binary | 101011 | 11110100 | 110100 | 1010010 | 0 | 1001111 | 100 | 1111011 | 1011010 | 111000 |
Color Harmonies of #2BF434
Complementary color
Monochromatic Colors of #2BF434
Black with #2BF434
Text Example
Text Example
White with #2BF434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF434; }
p { color: rgb(43,244,52); }
H1.HeaderClassName
{
color: #2BF434;
}
.AnyTagClassName
{
color: #2BF434;
}
</style>
background-color css
<style>
a { background-color: #2BF434; }
a { background-color: rgb(43,244,52); }
div.DivClassName
{
background-color: #2BF434;
}
.BgClassName
{
background-color: #2BF434;
}
</style>
border-color css
<style>
span { border-color: #2BF434; }
span { border-color: rgb(43,244,52); }
td.TdClassName
{
border-color: #2BF434;
}
.TagClassName
{
border-color: #2BF434;
}
</style>