Shades of Lime Green #23DD28
Tints of Lime Green #23DD28
RGB
CMYK
RGB Variations
Color information
#23DD28 (or 0x23DD28) is known color: Lime Green. HEX triplet: 23, DD and 28. RGB value is (35,221,40). Sum of RGB (Red+Green+Blue) = 35+221+40=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #23DD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DD28 is #DC22D7. Grayscale: #919191. Windows color (decimal): -14426840 or 2678051. OLE color: 2678051.
HSL color Cylindrical-coordinate representation of color #23DD28: hue angle of 121.61º degrees, saturation: 0.73, 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 #23DD28 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 40 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.13 |
| HSL | 121.61º | 0.73% | 0.5% | - |
| HSV(B) | 121.61º | 0.84% | 0.87% | - |
| XYZ | 26.93 | 52.22 | 10.67 | - |
| YUV | 144.75 | 68.88 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 40 | 0.84 | 0 | 0.82 | 0.13 | 121.61 | 0.73 | 0.5 |
| Hex | 23 | DD | 28 | 54 | 0 | 52 | D | 7A | 49 | 32 |
| Octal | 43 | 335 | 50 | 124 | 0 | 122 | 15 | 172 | 111 | 62 |
| Binary | 100011 | 11011101 | 101000 | 1010100 | 0 | 1010010 | 1101 | 1111010 | 1001001 | 110010 |
Color Harmonies of #23DD28
Complementary color
Monochromatic Colors of #23DD28
Black with #23DD28
Text Example
Text Example
White with #23DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DD28; }
p { color: rgb(35,221,40); }
H1.HeaderClassName
{
color: #23DD28;
}
.AnyTagClassName
{
color: #23DD28;
}
</style>
background-color css
<style>
a { background-color: #23DD28; }
a { background-color: rgb(35,221,40); }
div.DivClassName
{
background-color: #23DD28;
}
.BgClassName
{
background-color: #23DD28;
}
</style>
border-color css
<style>
span { border-color: #23DD28; }
span { border-color: rgb(35,221,40); }
td.TdClassName
{
border-color: #23DD28;
}
.TagClassName
{
border-color: #23DD28;
}
</style>