Shades of Lime Green #2DD30B
Tints of Lime Green #2DD30B
RGB
CMYK
RGB Variations
Color information
#2DD30B (or 0x2DD30B) is known color: Lime Green. HEX triplet: 2D, D3 and 0B. RGB value is (45,211,11). Sum of RGB (Red+Green+Blue) = 45+211+11=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 211 (82.81% from 255 or 79.03% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD30B is #D22CF4. Grayscale: #8B8B8B. Windows color (decimal): -13774069 or 774957. OLE color: 774957.
HSL color Cylindrical-coordinate representation of color #2DD30B: hue angle of 109.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DD30B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 211 | 11 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.17 |
| HSL | 109.8º | 0.9% | 0.44% | - |
| HSV(B) | 109.8º | 0.95% | 0.83% | - |
| XYZ | 24.44 | 47.17 | 8.13 | - |
| YUV | 138.57 | 56 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 211 | 11 | 0.79 | 0 | 0.95 | 0.17 | 109.8 | 0.9 | 0.44 |
| Hex | 2D | D3 | B | 4F | 0 | 5F | 11 | 6E | 5A | 2C |
| Octal | 55 | 323 | 13 | 117 | 0 | 137 | 21 | 156 | 132 | 54 |
| Binary | 101101 | 11010011 | 1011 | 1001111 | 0 | 1011111 | 10001 | 1101110 | 1011010 | 101100 |
Color Harmonies of #2DD30B
Complementary color
Monochromatic Colors of #2DD30B
Black with #2DD30B
Text Example
Text Example
White with #2DD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD30B; }
p { color: rgb(45,211,11); }
H1.HeaderClassName
{
color: #2DD30B;
}
.AnyTagClassName
{
color: #2DD30B;
}
</style>
background-color css
<style>
a { background-color: #2DD30B; }
a { background-color: rgb(45,211,11); }
div.DivClassName
{
background-color: #2DD30B;
}
.BgClassName
{
background-color: #2DD30B;
}
</style>
border-color css
<style>
span { border-color: #2DD30B; }
span { border-color: rgb(45,211,11); }
td.TdClassName
{
border-color: #2DD30B;
}
.TagClassName
{
border-color: #2DD30B;
}
</style>