Shades of Lime Green #2DB930
Tints of Lime Green #2DB930
RGB
CMYK
RGB Variations
Color information
#2DB930 (or 0x2DB930) is known color: Lime Green. HEX triplet: 2D, B9 and 30. RGB value is (45,185,48). Sum of RGB (Red+Green+Blue) = 45+185+48=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB930 is #D246CF. Grayscale: #7F7F7F. Windows color (decimal): -13780688 or 3193133. OLE color: 3193133.
HSL color Cylindrical-coordinate representation of color #2DB930: hue angle of 121.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB930 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 48 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.27 |
| HSL | 121.29º | 0.61% | 0.45% | - |
| HSV(B) | 121.29º | 0.76% | 0.73% | - |
| XYZ | 18.96 | 35.47 | 8.64 | - |
| YUV | 127.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 48 | 0.76 | 0 | 0.74 | 0.27 | 121.29 | 0.61 | 0.45 |
| Hex | 2D | B9 | 30 | 4C | 0 | 4A | 1B | 79 | 3D | 2D |
| Octal | 55 | 271 | 60 | 114 | 0 | 112 | 33 | 171 | 75 | 55 |
| Binary | 101101 | 10111001 | 110000 | 1001100 | 0 | 1001010 | 11011 | 1111001 | 111101 | 101101 |
Color Harmonies of #2DB930
Complementary color
Monochromatic Colors of #2DB930
Black with #2DB930
Text Example
Text Example
White with #2DB930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB930; }
p { color: rgb(45,185,48); }
H1.HeaderClassName
{
color: #2DB930;
}
.AnyTagClassName
{
color: #2DB930;
}
</style>
background-color css
<style>
a { background-color: #2DB930; }
a { background-color: rgb(45,185,48); }
div.DivClassName
{
background-color: #2DB930;
}
.BgClassName
{
background-color: #2DB930;
}
</style>
border-color css
<style>
span { border-color: #2DB930; }
span { border-color: rgb(45,185,48); }
td.TdClassName
{
border-color: #2DB930;
}
.TagClassName
{
border-color: #2DB930;
}
</style>