Shades of Lime Green #2BFD34
Tints of Lime Green #2BFD34
RGB
CMYK
RGB Variations
Color information
#2BFD34 (or 0x2BFD34) is known color: Lime Green. HEX triplet: 2B, FD and 34. RGB value is (43,253,52). Sum of RGB (Red+Green+Blue) = 43+253+52=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 253 (99.22% from 255 or 72.70% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD34 is #D402CB. Grayscale: #A7A7A7. Windows color (decimal): -13894348 or 3472683. OLE color: 3472683.
HSL color Cylindrical-coordinate representation of color #2BFD34: hue angle of 122.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD34 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 52 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.01 |
| HSL | 122.57º | 0.98% | 0.58% | - |
| HSV(B) | 122.57º | 0.83% | 0.99% | - |
| XYZ | 36.74 | 71.01 | 15.02 | - |
| YUV | 167.3 | 62.93 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 52 | 0.83 | 0 | 0.79 | 0.01 | 122.57 | 0.98 | 0.58 |
| Hex | 2B | FD | 34 | 53 | 0 | 4F | 1 | 7B | 62 | 3A |
| Octal | 53 | 375 | 64 | 123 | 0 | 117 | 1 | 173 | 142 | 72 |
| Binary | 101011 | 11111101 | 110100 | 1010011 | 0 | 1001111 | 1 | 1111011 | 1100010 | 111010 |
Color Harmonies of #2BFD34
Complementary color
Monochromatic Colors of #2BFD34
Black with #2BFD34
Text Example
Text Example
White with #2BFD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD34; }
p { color: rgb(43,253,52); }
H1.HeaderClassName
{
color: #2BFD34;
}
.AnyTagClassName
{
color: #2BFD34;
}
</style>
background-color css
<style>
a { background-color: #2BFD34; }
a { background-color: rgb(43,253,52); }
div.DivClassName
{
background-color: #2BFD34;
}
.BgClassName
{
background-color: #2BFD34;
}
</style>
border-color css
<style>
span { border-color: #2BFD34; }
span { border-color: rgb(43,253,52); }
td.TdClassName
{
border-color: #2BFD34;
}
.TagClassName
{
border-color: #2BFD34;
}
</style>