Shades of Lime Green #23D002
Tints of Lime Green #23D002
RGB
CMYK
RGB Variations
Color information
#23D002 (or 0x23D002) is known color: Lime Green. HEX triplet: 23, D0 and 02. RGB value is (35,208,2). Sum of RGB (Red+Green+Blue) = 35+208+2=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 208 (81.64% from 255 or 84.90% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 208 - color contains mainly: green. Hex color #23D002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D002 is #DC2FFD. Grayscale: #858585. Windows color (decimal): -14430206 or 184355. OLE color: 184355.
HSL color Cylindrical-coordinate representation of color #23D002: hue angle of 110.39º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23D002 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 208 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.18 |
| HSL | 110.39º | 0.98% | 0.41% | - |
| HSV(B) | 110.39º | 0.99% | 0.82% | - |
| XYZ | 23.26 | 45.47 | 7.61 | - |
| YUV | 132.79 | 54.19 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 2 | 0.83 | 0 | 0.99 | 0.18 | 110.39 | 0.98 | 0.41 |
| Hex | 23 | D0 | 2 | 53 | 0 | 63 | 12 | 6E | 62 | 29 |
| Octal | 43 | 320 | 2 | 123 | 0 | 143 | 22 | 156 | 142 | 51 |
| Binary | 100011 | 11010000 | 10 | 1010011 | 0 | 1100011 | 10010 | 1101110 | 1100010 | 101001 |
Color Harmonies of #23D002
Complementary color
Monochromatic Colors of #23D002
Black with #23D002
Text Example
Text Example
White with #23D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D002; }
p { color: rgb(35,208,2); }
H1.HeaderClassName
{
color: #23D002;
}
.AnyTagClassName
{
color: #23D002;
}
</style>
background-color css
<style>
a { background-color: #23D002; }
a { background-color: rgb(35,208,2); }
div.DivClassName
{
background-color: #23D002;
}
.BgClassName
{
background-color: #23D002;
}
</style>
border-color css
<style>
span { border-color: #23D002; }
span { border-color: rgb(35,208,2); }
td.TdClassName
{
border-color: #23D002;
}
.TagClassName
{
border-color: #23D002;
}
</style>