Shades of Lime Green #2BFA34
Tints of Lime Green #2BFA34
RGB
CMYK
RGB Variations
Color information
#2BFA34 (or 0x2BFA34) is known color: Lime Green. HEX triplet: 2B, FA and 34. RGB value is (43,250,52). Sum of RGB (Red+Green+Blue) = 43+250+52=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA34 is #D405CB. Grayscale: #A6A6A6. Windows color (decimal): -13895116 or 3471915. OLE color: 3471915.
HSL color Cylindrical-coordinate representation of color #2BFA34: hue angle of 122.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA34 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 52 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.02 |
| HSL | 122.61º | 0.95% | 0.57% | - |
| HSV(B) | 122.61º | 0.83% | 0.98% | - |
| XYZ | 35.8 | 69.13 | 14.71 | - |
| YUV | 165.54 | 63.92 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 52 | 0.83 | 0 | 0.79 | 0.02 | 122.61 | 0.95 | 0.57 |
| Hex | 2B | FA | 34 | 53 | 0 | 4F | 2 | 7B | 5F | 39 |
| Octal | 53 | 372 | 64 | 123 | 0 | 117 | 2 | 173 | 137 | 71 |
| Binary | 101011 | 11111010 | 110100 | 1010011 | 0 | 1001111 | 10 | 1111011 | 1011111 | 111001 |
Color Harmonies of #2BFA34
Complementary color
Monochromatic Colors of #2BFA34
Black with #2BFA34
Text Example
Text Example
White with #2BFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA34; }
p { color: rgb(43,250,52); }
H1.HeaderClassName
{
color: #2BFA34;
}
.AnyTagClassName
{
color: #2BFA34;
}
</style>
background-color css
<style>
a { background-color: #2BFA34; }
a { background-color: rgb(43,250,52); }
div.DivClassName
{
background-color: #2BFA34;
}
.BgClassName
{
background-color: #2BFA34;
}
</style>
border-color css
<style>
span { border-color: #2BFA34; }
span { border-color: rgb(43,250,52); }
td.TdClassName
{
border-color: #2BFA34;
}
.TagClassName
{
border-color: #2BFA34;
}
</style>