Shades of Lime Green #2BFD41
Tints of Lime Green #2BFD41
RGB
CMYK
RGB Variations
Color information
#2BFD41 (or 0x2BFD41) is known color: Lime Green. HEX triplet: 2B, FD and 41. RGB value is (43,253,65). Sum of RGB (Red+Green+Blue) = 43+253+65=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD41 is #D402BE. Grayscale: #A9A9A9. Windows color (decimal): -13894335 or 4324651. OLE color: 4324651.
HSL color Cylindrical-coordinate representation of color #2BFD41: hue angle of 126.29º 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 #2BFD41 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 65 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.01 |
| HSL | 126.29º | 0.98% | 0.58% | - |
| HSV(B) | 126.29º | 0.83% | 0.99% | - |
| XYZ | 37.08 | 71.15 | 16.78 | - |
| YUV | 168.78 | 69.43 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 65 | 0.83 | 0 | 0.74 | 0.01 | 126.29 | 0.98 | 0.58 |
| Hex | 2B | FD | 41 | 53 | 0 | 4A | 1 | 7E | 62 | 3A |
| Octal | 53 | 375 | 101 | 123 | 0 | 112 | 1 | 176 | 142 | 72 |
| Binary | 101011 | 11111101 | 1000001 | 1010011 | 0 | 1001010 | 1 | 1111110 | 1100010 | 111010 |
Color Harmonies of #2BFD41
Complementary color
Monochromatic Colors of #2BFD41
Black with #2BFD41
Text Example
Text Example
White with #2BFD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD41; }
p { color: rgb(43,253,65); }
H1.HeaderClassName
{
color: #2BFD41;
}
.AnyTagClassName
{
color: #2BFD41;
}
</style>
background-color css
<style>
a { background-color: #2BFD41; }
a { background-color: rgb(43,253,65); }
div.DivClassName
{
background-color: #2BFD41;
}
.BgClassName
{
background-color: #2BFD41;
}
</style>
border-color css
<style>
span { border-color: #2BFD41; }
span { border-color: rgb(43,253,65); }
td.TdClassName
{
border-color: #2BFD41;
}
.TagClassName
{
border-color: #2BFD41;
}
</style>