Shades of Lime Green #2BFF3A
Tints of Lime Green #2BFF3A
RGB
CMYK
RGB Variations
Color information
#2BFF3A (or 0x2BFF3A) is known color: Lime Green. HEX triplet: 2B, FF and 3A. RGB value is (43,255,58). Sum of RGB (Red+Green+Blue) = 43+255+58=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF3A is #D400C5. Grayscale: #A9A9A9. Windows color (decimal): -13893830 or 3866411. OLE color: 3866411.
HSL color Cylindrical-coordinate representation of color #2BFF3A: hue angle of 124.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF3A is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 58 | - |
| CMYK | 0.83 | 0 | 0.77 | 0 |
| HSL | 124.25º | 1% | 0.58% | - |
| HSV(B) | 124.25º | 0.83% | 1% | - |
| XYZ | 37.52 | 72.34 | 15.99 | - |
| YUV | 169.15 | 65.26 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 58 | 0.83 | 0 | 0.77 | 0 | 124.25 | 1 | 0.58 |
| Hex | 2B | FF | 3A | 53 | 0 | 4D | 0 | 7C | 64 | 3A |
| Octal | 53 | 377 | 72 | 123 | 0 | 115 | 0 | 174 | 144 | 72 |
| Binary | 101011 | 11111111 | 111010 | 1010011 | 0 | 1001101 | 0 | 1111100 | 1100100 | 111010 |
Color Harmonies of #2BFF3A
Complementary color
Monochromatic Colors of #2BFF3A
Black with #2BFF3A
Text Example
Text Example
White with #2BFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF3A; }
p { color: rgb(43,255,58); }
H1.HeaderClassName
{
color: #2BFF3A;
}
.AnyTagClassName
{
color: #2BFF3A;
}
</style>
background-color css
<style>
a { background-color: #2BFF3A; }
a { background-color: rgb(43,255,58); }
div.DivClassName
{
background-color: #2BFF3A;
}
.BgClassName
{
background-color: #2BFF3A;
}
</style>
border-color css
<style>
span { border-color: #2BFF3A; }
span { border-color: rgb(43,255,58); }
td.TdClassName
{
border-color: #2BFF3A;
}
.TagClassName
{
border-color: #2BFF3A;
}
</style>