Shades of Lime Green #23DA40
Tints of Lime Green #23DA40
RGB
CMYK
RGB Variations
Color information
#23DA40 (or 0x23DA40) is known color: Lime Green. HEX triplet: 23, DA and 40. RGB value is (35,218,64). Sum of RGB (Red+Green+Blue) = 35+218+64=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #23DA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DA40 is #DC25BF. Grayscale: #929292. Windows color (decimal): -14427584 or 4250147. OLE color: 4250147.
HSL color Cylindrical-coordinate representation of color #23DA40: hue angle of 129.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DA40 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 218 | 64 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.15 |
| HSL | 129.51º | 0.72% | 0.5% | - |
| HSV(B) | 129.51º | 0.84% | 0.85% | - |
| XYZ | 26.69 | 50.87 | 13.26 | - |
| YUV | 145.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 218 | 64 | 0.84 | 0 | 0.71 | 0.15 | 129.51 | 0.72 | 0.5 |
| Hex | 23 | DA | 40 | 54 | 0 | 47 | F | 82 | 48 | 32 |
| Octal | 43 | 332 | 100 | 124 | 0 | 107 | 17 | 202 | 110 | 62 |
| Binary | 100011 | 11011010 | 1000000 | 1010100 | 0 | 1000111 | 1111 | 10000010 | 1001000 | 110010 |
Color Harmonies of #23DA40
Complementary color
Monochromatic Colors of #23DA40
Black with #23DA40
Text Example
Text Example
White with #23DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DA40; }
p { color: rgb(35,218,64); }
H1.HeaderClassName
{
color: #23DA40;
}
.AnyTagClassName
{
color: #23DA40;
}
</style>
background-color css
<style>
a { background-color: #23DA40; }
a { background-color: rgb(35,218,64); }
div.DivClassName
{
background-color: #23DA40;
}
.BgClassName
{
background-color: #23DA40;
}
</style>
border-color css
<style>
span { border-color: #23DA40; }
span { border-color: rgb(35,218,64); }
td.TdClassName
{
border-color: #23DA40;
}
.TagClassName
{
border-color: #23DA40;
}
</style>