Shades of Lime Green #2DCF42
Tints of Lime Green #2DCF42
RGB
CMYK
RGB Variations
Color information
#2DCF42 (or 0x2DCF42) is known color: Lime Green. HEX triplet: 2D, CF and 42. RGB value is (45,207,66). Sum of RGB (Red+Green+Blue) = 45+207+66=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF42 is #D230BD. Grayscale: #8E8E8E. Windows color (decimal): -13775038 or 4378413. OLE color: 4378413.
HSL color Cylindrical-coordinate representation of color #2DCF42: hue angle of 127.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCF42 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 66 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.19 |
| HSL | 127.78º | 0.64% | 0.49% | - |
| HSV(B) | 127.78º | 0.78% | 0.81% | - |
| XYZ | 24.38 | 45.58 | 12.67 | - |
| YUV | 142.49 | 84.83 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 66 | 0.78 | 0 | 0.68 | 0.19 | 127.78 | 0.64 | 0.49 |
| Hex | 2D | CF | 42 | 4E | 0 | 44 | 13 | 80 | 40 | 31 |
| Octal | 55 | 317 | 102 | 116 | 0 | 104 | 23 | 200 | 100 | 61 |
| Binary | 101101 | 11001111 | 1000010 | 1001110 | 0 | 1000100 | 10011 | 10000000 | 1000000 | 110001 |
Color Harmonies of #2DCF42
Complementary color
Monochromatic Colors of #2DCF42
Black with #2DCF42
Text Example
Text Example
White with #2DCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF42; }
p { color: rgb(45,207,66); }
H1.HeaderClassName
{
color: #2DCF42;
}
.AnyTagClassName
{
color: #2DCF42;
}
</style>
background-color css
<style>
a { background-color: #2DCF42; }
a { background-color: rgb(45,207,66); }
div.DivClassName
{
background-color: #2DCF42;
}
.BgClassName
{
background-color: #2DCF42;
}
</style>
border-color css
<style>
span { border-color: #2DCF42; }
span { border-color: rgb(45,207,66); }
td.TdClassName
{
border-color: #2DCF42;
}
.TagClassName
{
border-color: #2DCF42;
}
</style>