Shades of Lime Green #2DC92C
Tints of Lime Green #2DC92C
RGB
CMYK
RGB Variations
Color information
#2DC92C (or 0x2DC92C) is known color: Lime Green. HEX triplet: 2D, C9 and 2C. RGB value is (45,201,44). Sum of RGB (Red+Green+Blue) = 45+201+44=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 201 (78.91% from 255 or 69.31% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC92C is #D236D3. Grayscale: #888888. Windows color (decimal): -13776596 or 2935085. OLE color: 2935085.
HSL color Cylindrical-coordinate representation of color #2DC92C: hue angle of 119.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DC92C is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 44 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.21 |
| HSL | 119.62º | 0.64% | 0.48% | - |
| HSV(B) | 119.62º | 0.78% | 0.79% | - |
| XYZ | 22.42 | 42.51 | 9.41 | - |
| YUV | 136.46 | 75.82 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 44 | 0.78 | 0 | 0.78 | 0.21 | 119.62 | 0.64 | 0.48 |
| Hex | 2D | C9 | 2C | 4E | 0 | 4E | 15 | 78 | 40 | 30 |
| Octal | 55 | 311 | 54 | 116 | 0 | 116 | 25 | 170 | 100 | 60 |
| Binary | 101101 | 11001001 | 101100 | 1001110 | 0 | 1001110 | 10101 | 1111000 | 1000000 | 110000 |
Color Harmonies of #2DC92C
Complementary color
Monochromatic Colors of #2DC92C
Black with #2DC92C
Text Example
Text Example
White with #2DC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC92C; }
p { color: rgb(45,201,44); }
H1.HeaderClassName
{
color: #2DC92C;
}
.AnyTagClassName
{
color: #2DC92C;
}
</style>
background-color css
<style>
a { background-color: #2DC92C; }
a { background-color: rgb(45,201,44); }
div.DivClassName
{
background-color: #2DC92C;
}
.BgClassName
{
background-color: #2DC92C;
}
</style>
border-color css
<style>
span { border-color: #2DC92C; }
span { border-color: rgb(45,201,44); }
td.TdClassName
{
border-color: #2DC92C;
}
.TagClassName
{
border-color: #2DC92C;
}
</style>