Shades of Lime Green #23D305
Tints of Lime Green #23D305
RGB
CMYK
RGB Variations
Color information
#23D305 (or 0x23D305) is known color: Lime Green. HEX triplet: 23, D3 and 05. RGB value is (35,211,5). Sum of RGB (Red+Green+Blue) = 35+211+5=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 211 (82.81% from 255 or 84.06% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 211 - color contains mainly: green. Hex color #23D305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D305 is #DC2CFA. Grayscale: #878787. Windows color (decimal): -14429435 or 381731. OLE color: 381731.
HSL color Cylindrical-coordinate representation of color #23D305: hue angle of 111.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23D305 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 211 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.17 |
| HSL | 111.26º | 0.95% | 0.42% | - |
| HSV(B) | 111.26º | 0.98% | 0.83% | - |
| XYZ | 24.01 | 46.96 | 7.94 | - |
| YUV | 134.89 | 54.69 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 211 | 5 | 0.83 | 0 | 0.98 | 0.17 | 111.26 | 0.95 | 0.42 |
| Hex | 23 | D3 | 5 | 53 | 0 | 62 | 11 | 6F | 5F | 2A |
| Octal | 43 | 323 | 5 | 123 | 0 | 142 | 21 | 157 | 137 | 52 |
| Binary | 100011 | 11010011 | 101 | 1010011 | 0 | 1100010 | 10001 | 1101111 | 1011111 | 101010 |
Color Harmonies of #23D305
Complementary color
Monochromatic Colors of #23D305
Black with #23D305
Text Example
Text Example
White with #23D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D305; }
p { color: rgb(35,211,5); }
H1.HeaderClassName
{
color: #23D305;
}
.AnyTagClassName
{
color: #23D305;
}
</style>
background-color css
<style>
a { background-color: #23D305; }
a { background-color: rgb(35,211,5); }
div.DivClassName
{
background-color: #23D305;
}
.BgClassName
{
background-color: #23D305;
}
</style>
border-color css
<style>
span { border-color: #23D305; }
span { border-color: rgb(35,211,5); }
td.TdClassName
{
border-color: #23D305;
}
.TagClassName
{
border-color: #23D305;
}
</style>