Shades of Lime Green #23D63A
Tints of Lime Green #23D63A
RGB
CMYK
RGB Variations
Color information
#23D63A (or 0x23D63A) is known color: Lime Green. HEX triplet: 23, D6 and 3A. RGB value is (35,214,58). Sum of RGB (Red+Green+Blue) = 35+214+58=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #23D63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D63A is #DC29C5. Grayscale: #8F8F8F. Windows color (decimal): -14428614 or 3855907. OLE color: 3855907.
HSL color Cylindrical-coordinate representation of color #23D63A: hue angle of 127.71º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D63A is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 214 | 58 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.16 |
| HSL | 127.71º | 0.72% | 0.49% | - |
| HSV(B) | 127.71º | 0.84% | 0.84% | - |
| XYZ | 25.5 | 48.76 | 12.07 | - |
| YUV | 142.7 | 80.2 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 214 | 58 | 0.84 | 0 | 0.73 | 0.16 | 127.71 | 0.72 | 0.49 |
| Hex | 23 | D6 | 3A | 54 | 0 | 49 | 10 | 80 | 48 | 31 |
| Octal | 43 | 326 | 72 | 124 | 0 | 111 | 20 | 200 | 110 | 61 |
| Binary | 100011 | 11010110 | 111010 | 1010100 | 0 | 1001001 | 10000 | 10000000 | 1001000 | 110001 |
Color Harmonies of #23D63A
Complementary color
Monochromatic Colors of #23D63A
Black with #23D63A
Text Example
Text Example
White with #23D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D63A; }
p { color: rgb(35,214,58); }
H1.HeaderClassName
{
color: #23D63A;
}
.AnyTagClassName
{
color: #23D63A;
}
</style>
background-color css
<style>
a { background-color: #23D63A; }
a { background-color: rgb(35,214,58); }
div.DivClassName
{
background-color: #23D63A;
}
.BgClassName
{
background-color: #23D63A;
}
</style>
border-color css
<style>
span { border-color: #23D63A; }
span { border-color: rgb(35,214,58); }
td.TdClassName
{
border-color: #23D63A;
}
.TagClassName
{
border-color: #23D63A;
}
</style>