Shades of Lime Green #2BFA36
Tints of Lime Green #2BFA36
RGB
CMYK
RGB Variations
Color information
#2BFA36 (or 0x2BFA36) is known color: Lime Green. HEX triplet: 2B, FA and 36. RGB value is (43,250,54). Sum of RGB (Red+Green+Blue) = 43+250+54=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA36 is #D405C9. Grayscale: #A6A6A6. Windows color (decimal): -13895114 or 3602987. OLE color: 3602987.
HSL color Cylindrical-coordinate representation of color #2BFA36: hue angle of 123.19º 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 #2BFA36 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 54 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.02 |
| HSL | 123.19º | 0.95% | 0.57% | - |
| HSV(B) | 123.19º | 0.83% | 0.98% | - |
| XYZ | 35.85 | 69.15 | 14.95 | - |
| YUV | 165.76 | 64.92 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 54 | 0.83 | 0 | 0.78 | 0.02 | 123.19 | 0.95 | 0.57 |
| Hex | 2B | FA | 36 | 53 | 0 | 4E | 2 | 7B | 5F | 39 |
| Octal | 53 | 372 | 66 | 123 | 0 | 116 | 2 | 173 | 137 | 71 |
| Binary | 101011 | 11111010 | 110110 | 1010011 | 0 | 1001110 | 10 | 1111011 | 1011111 | 111001 |
Color Harmonies of #2BFA36
Complementary color
Monochromatic Colors of #2BFA36
Black with #2BFA36
Text Example
Text Example
White with #2BFA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA36; }
p { color: rgb(43,250,54); }
H1.HeaderClassName
{
color: #2BFA36;
}
.AnyTagClassName
{
color: #2BFA36;
}
</style>
background-color css
<style>
a { background-color: #2BFA36; }
a { background-color: rgb(43,250,54); }
div.DivClassName
{
background-color: #2BFA36;
}
.BgClassName
{
background-color: #2BFA36;
}
</style>
border-color css
<style>
span { border-color: #2BFA36; }
span { border-color: rgb(43,250,54); }
td.TdClassName
{
border-color: #2BFA36;
}
.TagClassName
{
border-color: #2BFA36;
}
</style>