Shades of Lime Green #23DE2D
Tints of Lime Green #23DE2D
RGB
CMYK
RGB Variations
Color information
#23DE2D (or 0x23DE2D) is known color: Lime Green. HEX triplet: 23, DE and 2D. RGB value is (35,222,45). Sum of RGB (Red+Green+Blue) = 35+222+45=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #23DE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DE2D is #DC21D2. Grayscale: #929292. Windows color (decimal): -14426579 or 3005987. OLE color: 3005987.
HSL color Cylindrical-coordinate representation of color #23DE2D: hue angle of 123.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DE2D is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 45 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.13 |
| HSL | 123.21º | 0.74% | 0.5% | - |
| HSV(B) | 123.21º | 0.84% | 0.87% | - |
| XYZ | 27.29 | 52.79 | 11.23 | - |
| YUV | 145.91 | 71.05 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 45 | 0.84 | 0 | 0.80 | 0.13 | 123.21 | 0.74 | 0.5 |
| Hex | 23 | DE | 2D | 54 | 0 | 50 | D | 7B | 4A | 32 |
| Octal | 43 | 336 | 55 | 124 | 0 | 120 | 15 | 173 | 112 | 62 |
| Binary | 100011 | 11011110 | 101101 | 1010100 | 0 | 1010000 | 1101 | 1111011 | 1001010 | 110010 |
Color Harmonies of #23DE2D
Complementary color
Monochromatic Colors of #23DE2D
Black with #23DE2D
Text Example
Text Example
White with #23DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DE2D; }
p { color: rgb(35,222,45); }
H1.HeaderClassName
{
color: #23DE2D;
}
.AnyTagClassName
{
color: #23DE2D;
}
</style>
background-color css
<style>
a { background-color: #23DE2D; }
a { background-color: rgb(35,222,45); }
div.DivClassName
{
background-color: #23DE2D;
}
.BgClassName
{
background-color: #23DE2D;
}
</style>
border-color css
<style>
span { border-color: #23DE2D; }
span { border-color: rgb(35,222,45); }
td.TdClassName
{
border-color: #23DE2D;
}
.TagClassName
{
border-color: #23DE2D;
}
</style>