Shades of Lime Green #2BDA25
Tints of Lime Green #2BDA25
RGB
CMYK
RGB Variations
Color information
#2BDA25 (or 0x2BDA25) is known color: Lime Green. HEX triplet: 2B, DA and 25. RGB value is (43,218,37). Sum of RGB (Red+Green+Blue) = 43+218+37=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA25 is #D425DA. Grayscale: #919191. Windows color (decimal): -13903323 or 2480683. OLE color: 2480683.
HSL color Cylindrical-coordinate representation of color #2BDA25: hue angle of 118.01º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BDA25 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 37 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.15 |
| HSL | 118.01º | 0.71% | 0.5% | - |
| HSV(B) | 118.01º | 0.83% | 0.85% | - |
| XYZ | 26.4 | 50.79 | 10.16 | - |
| YUV | 145.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 37 | 0.80 | 0 | 0.83 | 0.15 | 118.01 | 0.71 | 0.5 |
| Hex | 2B | DA | 25 | 50 | 0 | 53 | F | 76 | 47 | 32 |
| Octal | 53 | 332 | 45 | 120 | 0 | 123 | 17 | 166 | 107 | 62 |
| Binary | 101011 | 11011010 | 100101 | 1010000 | 0 | 1010011 | 1111 | 1110110 | 1000111 | 110010 |
Color Harmonies of #2BDA25
Complementary color
Monochromatic Colors of #2BDA25
Black with #2BDA25
Text Example
Text Example
White with #2BDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA25; }
p { color: rgb(43,218,37); }
H1.HeaderClassName
{
color: #2BDA25;
}
.AnyTagClassName
{
color: #2BDA25;
}
</style>
background-color css
<style>
a { background-color: #2BDA25; }
a { background-color: rgb(43,218,37); }
div.DivClassName
{
background-color: #2BDA25;
}
.BgClassName
{
background-color: #2BDA25;
}
</style>
border-color css
<style>
span { border-color: #2BDA25; }
span { border-color: rgb(43,218,37); }
td.TdClassName
{
border-color: #2BDA25;
}
.TagClassName
{
border-color: #2BDA25;
}
</style>