Shades of Lime Green #2DCF43
Tints of Lime Green #2DCF43
RGB
CMYK
RGB Variations
Color information
#2DCF43 (or 0x2DCF43) is known color: Lime Green. HEX triplet: 2D, CF and 43. RGB value is (45,207,67). Sum of RGB (Red+Green+Blue) = 45+207+67=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF43 is #D230BC. Grayscale: #8F8F8F. Windows color (decimal): -13775037 or 4443949. OLE color: 4443949.
HSL color Cylindrical-coordinate representation of color #2DCF43: hue angle of 128.15º 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 #2DCF43 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 67 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.19 |
| HSL | 128.15º | 0.64% | 0.49% | - |
| HSV(B) | 128.15º | 0.78% | 0.81% | - |
| XYZ | 24.41 | 45.59 | 12.82 | - |
| YUV | 142.6 | 85.33 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 67 | 0.78 | 0 | 0.68 | 0.19 | 128.15 | 0.64 | 0.49 |
| Hex | 2D | CF | 43 | 4E | 0 | 44 | 13 | 80 | 40 | 31 |
| Octal | 55 | 317 | 103 | 116 | 0 | 104 | 23 | 200 | 100 | 61 |
| Binary | 101101 | 11001111 | 1000011 | 1001110 | 0 | 1000100 | 10011 | 10000000 | 1000000 | 110001 |
Color Harmonies of #2DCF43
Complementary color
Monochromatic Colors of #2DCF43
Black with #2DCF43
Text Example
Text Example
White with #2DCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF43; }
p { color: rgb(45,207,67); }
H1.HeaderClassName
{
color: #2DCF43;
}
.AnyTagClassName
{
color: #2DCF43;
}
</style>
background-color css
<style>
a { background-color: #2DCF43; }
a { background-color: rgb(45,207,67); }
div.DivClassName
{
background-color: #2DCF43;
}
.BgClassName
{
background-color: #2DCF43;
}
</style>
border-color css
<style>
span { border-color: #2DCF43; }
span { border-color: rgb(45,207,67); }
td.TdClassName
{
border-color: #2DCF43;
}
.TagClassName
{
border-color: #2DCF43;
}
</style>