Shades of Lime Green #2BF534
Tints of Lime Green #2BF534
RGB
CMYK
RGB Variations
Color information
#2BF534 (or 0x2BF534) is known color: Lime Green. HEX triplet: 2B, F5 and 34. RGB value is (43,245,52). Sum of RGB (Red+Green+Blue) = 43+245+52=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 245 (96.09% from 255 or 72.06% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF534 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF534 is #D40ACB. Grayscale: #A3A3A3. Windows color (decimal): -13896396 or 3470635. OLE color: 3470635.
HSL color Cylindrical-coordinate representation of color #2BF534: hue angle of 122.67º degrees, saturation: 0.91, 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 #2BF534 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 52 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.04 |
| HSL | 122.67º | 0.91% | 0.56% | - |
| HSV(B) | 122.67º | 0.82% | 0.96% | - |
| XYZ | 34.27 | 66.07 | 14.19 | - |
| YUV | 162.6 | 65.58 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 52 | 0.82 | 0 | 0.79 | 0.04 | 122.67 | 0.91 | 0.56 |
| Hex | 2B | F5 | 34 | 52 | 0 | 4F | 4 | 7B | 5B | 38 |
| Octal | 53 | 365 | 64 | 122 | 0 | 117 | 4 | 173 | 133 | 70 |
| Binary | 101011 | 11110101 | 110100 | 1010010 | 0 | 1001111 | 100 | 1111011 | 1011011 | 111000 |
Color Harmonies of #2BF534
Complementary color
Monochromatic Colors of #2BF534
Black with #2BF534
Text Example
Text Example
White with #2BF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF534; }
p { color: rgb(43,245,52); }
H1.HeaderClassName
{
color: #2BF534;
}
.AnyTagClassName
{
color: #2BF534;
}
</style>
background-color css
<style>
a { background-color: #2BF534; }
a { background-color: rgb(43,245,52); }
div.DivClassName
{
background-color: #2BF534;
}
.BgClassName
{
background-color: #2BF534;
}
</style>
border-color css
<style>
span { border-color: #2BF534; }
span { border-color: rgb(43,245,52); }
td.TdClassName
{
border-color: #2BF534;
}
.TagClassName
{
border-color: #2BF534;
}
</style>