Shades of Lime Green #2BD63D
Tints of Lime Green #2BD63D
RGB
CMYK
RGB Variations
Color information
#2BD63D (or 0x2BD63D) is known color: Lime Green. HEX triplet: 2B, D6 and 3D. RGB value is (43,214,61). Sum of RGB (Red+Green+Blue) = 43+214+61=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD63D is #D429C2. Grayscale: #919191. Windows color (decimal): -13904323 or 4052523. OLE color: 4052523.
HSL color Cylindrical-coordinate representation of color #2BD63D: hue angle of 126.32º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD63D is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 61 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.16 |
| HSL | 126.32º | 0.68% | 0.5% | - |
| HSV(B) | 126.32º | 0.8% | 0.84% | - |
| XYZ | 25.89 | 48.94 | 12.5 | - |
| YUV | 145.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 61 | 0.80 | 0 | 0.71 | 0.16 | 126.32 | 0.68 | 0.5 |
| Hex | 2B | D6 | 3D | 50 | 0 | 47 | 10 | 7E | 44 | 32 |
| Octal | 53 | 326 | 75 | 120 | 0 | 107 | 20 | 176 | 104 | 62 |
| Binary | 101011 | 11010110 | 111101 | 1010000 | 0 | 1000111 | 10000 | 1111110 | 1000100 | 110010 |
Color Harmonies of #2BD63D
Complementary color
Monochromatic Colors of #2BD63D
Black with #2BD63D
Text Example
Text Example
White with #2BD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD63D; }
p { color: rgb(43,214,61); }
H1.HeaderClassName
{
color: #2BD63D;
}
.AnyTagClassName
{
color: #2BD63D;
}
</style>
background-color css
<style>
a { background-color: #2BD63D; }
a { background-color: rgb(43,214,61); }
div.DivClassName
{
background-color: #2BD63D;
}
.BgClassName
{
background-color: #2BD63D;
}
</style>
border-color css
<style>
span { border-color: #2BD63D; }
span { border-color: rgb(43,214,61); }
td.TdClassName
{
border-color: #2BD63D;
}
.TagClassName
{
border-color: #2BD63D;
}
</style>