Shades of Lime Green #2BFA38
Tints of Lime Green #2BFA38
RGB
CMYK
RGB Variations
Color information
#2BFA38 (or 0x2BFA38) is known color: Lime Green. HEX triplet: 2B, FA and 38. RGB value is (43,250,56). Sum of RGB (Red+Green+Blue) = 43+250+56=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA38 is #D405C7. Grayscale: #A6A6A6. Windows color (decimal): -13895112 or 3734059. OLE color: 3734059.
HSL color Cylindrical-coordinate representation of color #2BFA38: hue angle of 123.77º 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 #2BFA38 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 56 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.02 |
| HSL | 123.77º | 0.95% | 0.57% | - |
| HSV(B) | 123.77º | 0.83% | 0.98% | - |
| XYZ | 35.9 | 69.17 | 15.2 | - |
| YUV | 165.99 | 65.92 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 56 | 0.83 | 0 | 0.78 | 0.02 | 123.77 | 0.95 | 0.57 |
| Hex | 2B | FA | 38 | 53 | 0 | 4E | 2 | 7C | 5F | 39 |
| Octal | 53 | 372 | 70 | 123 | 0 | 116 | 2 | 174 | 137 | 71 |
| Binary | 101011 | 11111010 | 111000 | 1010011 | 0 | 1001110 | 10 | 1111100 | 1011111 | 111001 |
Color Harmonies of #2BFA38
Complementary color
Monochromatic Colors of #2BFA38
Black with #2BFA38
Text Example
Text Example
White with #2BFA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA38; }
p { color: rgb(43,250,56); }
H1.HeaderClassName
{
color: #2BFA38;
}
.AnyTagClassName
{
color: #2BFA38;
}
</style>
background-color css
<style>
a { background-color: #2BFA38; }
a { background-color: rgb(43,250,56); }
div.DivClassName
{
background-color: #2BFA38;
}
.BgClassName
{
background-color: #2BFA38;
}
</style>
border-color css
<style>
span { border-color: #2BFA38; }
span { border-color: rgb(43,250,56); }
td.TdClassName
{
border-color: #2BFA38;
}
.TagClassName
{
border-color: #2BFA38;
}
</style>