Shades of Lime Green #2DB63C
Tints of Lime Green #2DB63C
RGB
CMYK
RGB Variations
Color information
#2DB63C (or 0x2DB63C) is known color: Lime Green. HEX triplet: 2D, B6 and 3C. RGB value is (45,182,60). Sum of RGB (Red+Green+Blue) = 45+182+60=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB63C is #D249C3. Grayscale: #7F7F7F. Windows color (decimal): -13781444 or 3978797. OLE color: 3978797.
HSL color Cylindrical-coordinate representation of color #2DB63C: hue angle of 126.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB63C is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 60 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.29 |
| HSL | 126.57º | 0.6% | 0.45% | - |
| HSV(B) | 126.57º | 0.75% | 0.71% | - |
| XYZ | 18.63 | 34.34 | 9.92 | - |
| YUV | 127.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 60 | 0.75 | 0 | 0.67 | 0.29 | 126.57 | 0.6 | 0.45 |
| Hex | 2D | B6 | 3C | 4B | 0 | 43 | 1D | 7F | 3C | 2D |
| Octal | 55 | 266 | 74 | 113 | 0 | 103 | 35 | 177 | 74 | 55 |
| Binary | 101101 | 10110110 | 111100 | 1001011 | 0 | 1000011 | 11101 | 1111111 | 111100 | 101101 |
Color Harmonies of #2DB63C
Complementary color
Monochromatic Colors of #2DB63C
Black with #2DB63C
Text Example
Text Example
White with #2DB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB63C; }
p { color: rgb(45,182,60); }
H1.HeaderClassName
{
color: #2DB63C;
}
.AnyTagClassName
{
color: #2DB63C;
}
</style>
background-color css
<style>
a { background-color: #2DB63C; }
a { background-color: rgb(45,182,60); }
div.DivClassName
{
background-color: #2DB63C;
}
.BgClassName
{
background-color: #2DB63C;
}
</style>
border-color css
<style>
span { border-color: #2DB63C; }
span { border-color: rgb(45,182,60); }
td.TdClassName
{
border-color: #2DB63C;
}
.TagClassName
{
border-color: #2DB63C;
}
</style>