Shades of Lime Green #2BF225
Tints of Lime Green #2BF225
RGB
CMYK
RGB Variations
Color information
#2BF225 (or 0x2BF225) is known color: Lime Green. HEX triplet: 2B, F2 and 25. RGB value is (43,242,37). Sum of RGB (Red+Green+Blue) = 43+242+37=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF225 is #D40DDA. Grayscale: #9F9F9F. Windows color (decimal): -13897179 or 2486827. OLE color: 2486827.
HSL color Cylindrical-coordinate representation of color #2BF225: hue angle of 118.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BF225 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 37 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.05 |
| HSL | 118.24º | 0.89% | 0.55% | - |
| HSV(B) | 118.24º | 0.85% | 0.95% | - |
| XYZ | 33.08 | 64.15 | 12.39 | - |
| YUV | 159.13 | 59.07 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 37 | 0.82 | 0 | 0.85 | 0.05 | 118.24 | 0.89 | 0.55 |
| Hex | 2B | F2 | 25 | 52 | 0 | 55 | 5 | 76 | 59 | 37 |
| Octal | 53 | 362 | 45 | 122 | 0 | 125 | 5 | 166 | 131 | 67 |
| Binary | 101011 | 11110010 | 100101 | 1010010 | 0 | 1010101 | 101 | 1110110 | 1011001 | 110111 |
Color Harmonies of #2BF225
Complementary color
Monochromatic Colors of #2BF225
Black with #2BF225
Text Example
Text Example
White with #2BF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF225; }
p { color: rgb(43,242,37); }
H1.HeaderClassName
{
color: #2BF225;
}
.AnyTagClassName
{
color: #2BF225;
}
</style>
background-color css
<style>
a { background-color: #2BF225; }
a { background-color: rgb(43,242,37); }
div.DivClassName
{
background-color: #2BF225;
}
.BgClassName
{
background-color: #2BF225;
}
</style>
border-color css
<style>
span { border-color: #2BF225; }
span { border-color: rgb(43,242,37); }
td.TdClassName
{
border-color: #2BF225;
}
.TagClassName
{
border-color: #2BF225;
}
</style>