Shades of Lime Green #23D005
Tints of Lime Green #23D005
RGB
CMYK
RGB Variations
Color information
#23D005 (or 0x23D005) is known color: Lime Green. HEX triplet: 23, D0 and 05. RGB value is (35,208,5). Sum of RGB (Red+Green+Blue) = 35+208+5=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 208 (81.64% from 255 or 83.87% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 208 - color contains mainly: green. Hex color #23D005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D005 is #DC2FFA. Grayscale: #858585. Windows color (decimal): -14430203 or 380963. OLE color: 380963.
HSL color Cylindrical-coordinate representation of color #23D005: hue angle of 111.13º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23D005 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 208 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.18 |
| HSL | 111.13º | 0.95% | 0.42% | - |
| HSV(B) | 111.13º | 0.98% | 0.82% | - |
| XYZ | 23.28 | 45.48 | 7.7 | - |
| YUV | 133.13 | 55.69 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 5 | 0.83 | 0 | 0.98 | 0.18 | 111.13 | 0.95 | 0.42 |
| Hex | 23 | D0 | 5 | 53 | 0 | 62 | 12 | 6F | 5F | 2A |
| Octal | 43 | 320 | 5 | 123 | 0 | 142 | 22 | 157 | 137 | 52 |
| Binary | 100011 | 11010000 | 101 | 1010011 | 0 | 1100010 | 10010 | 1101111 | 1011111 | 101010 |
Color Harmonies of #23D005
Complementary color
Monochromatic Colors of #23D005
Black with #23D005
Text Example
Text Example
White with #23D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D005; }
p { color: rgb(35,208,5); }
H1.HeaderClassName
{
color: #23D005;
}
.AnyTagClassName
{
color: #23D005;
}
</style>
background-color css
<style>
a { background-color: #23D005; }
a { background-color: rgb(35,208,5); }
div.DivClassName
{
background-color: #23D005;
}
.BgClassName
{
background-color: #23D005;
}
</style>
border-color css
<style>
span { border-color: #23D005; }
span { border-color: rgb(35,208,5); }
td.TdClassName
{
border-color: #23D005;
}
.TagClassName
{
border-color: #23D005;
}
</style>