Shades of Lime Green #2BDF15
Tints of Lime Green #2BDF15
RGB
CMYK
RGB Variations
Color information
#2BDF15 (or 0x2BDF15) is known color: Lime Green. HEX triplet: 2B, DF and 15. RGB value is (43,223,21). Sum of RGB (Red+Green+Blue) = 43+223+21=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDF15 is #D420EA. Grayscale: #929292. Windows color (decimal): -13902059 or 1433387. OLE color: 1433387.
HSL color Cylindrical-coordinate representation of color #2BDF15: hue angle of 113.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BDF15 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
RGB | 43 | 223 | 21 | - |
CMYK | 0.81 | 0 | 0.91 | 0.13 |
HSL | 113.47º | 0.83% | 0.48% | - |
HSV(B) | 113.47º | 0.91% | 0.87% | - |
XYZ | 27.52 | 53.34 | 9.56 | - |
YUV | 146.15 | 57.37 | 54.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 223 | 21 | 0.81 | 0 | 0.91 | 0.13 | 113.47 | 0.83 | 0.48 |
Hex | 2B | DF | 15 | 51 | 0 | 5B | D | 71 | 53 | 30 |
Octal | 53 | 337 | 25 | 121 | 0 | 133 | 15 | 161 | 123 | 60 |
Binary | 101011 | 11011111 | 10101 | 1010001 | 0 | 1011011 | 1101 | 1110001 | 1010011 | 110000 |
Color Harmonies of #2BDF15
Complementary color
Monochromatic Colors of #2BDF15
Black with #2BDF15
Text Example
Text Example
White with #2BDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF15; }
p { color: rgb(43,223,21); }
H1.HeaderClassName
{
color: #2BDF15;
}
.AnyTagClassName
{
color: #2BDF15;
}
</style>
background-color css
<style>
a { background-color: #2BDF15; }
a { background-color: rgb(43,223,21); }
div.DivClassName
{
background-color: #2BDF15;
}
.BgClassName
{
background-color: #2BDF15;
}
</style>
border-color css
<style>
span { border-color: #2BDF15; }
span { border-color: rgb(43,223,21); }
td.TdClassName
{
border-color: #2BDF15;
}
.TagClassName
{
border-color: #2BDF15;
}
</style>