Shades of Lime Green #23D642
Tints of Lime Green #23D642
RGB
CMYK
RGB Variations
Color information
#23D642 (or 0x23D642) is known color: Lime Green. HEX triplet: 23, D6 and 42. RGB value is (35,214,66). Sum of RGB (Red+Green+Blue) = 35+214+66=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #23D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D642 is #DC29BD. Grayscale: #909090. Windows color (decimal): -14428606 or 4380195. OLE color: 4380195.
HSL color Cylindrical-coordinate representation of color #23D642: hue angle of 130.39º 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 #23D642 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 214 | 66 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.16 |
| HSL | 130.39º | 0.72% | 0.49% | - |
| HSV(B) | 130.39º | 0.84% | 0.84% | - |
| XYZ | 25.72 | 48.84 | 13.23 | - |
| YUV | 143.61 | 84.2 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 214 | 66 | 0.84 | 0 | 0.69 | 0.16 | 130.39 | 0.72 | 0.49 |
| Hex | 23 | D6 | 42 | 54 | 0 | 45 | 10 | 82 | 48 | 31 |
| Octal | 43 | 326 | 102 | 124 | 0 | 105 | 20 | 202 | 110 | 61 |
| Binary | 100011 | 11010110 | 1000010 | 1010100 | 0 | 1000101 | 10000 | 10000010 | 1001000 | 110001 |
Color Harmonies of #23D642
Complementary color
Monochromatic Colors of #23D642
Black with #23D642
Text Example
Text Example
White with #23D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D642; }
p { color: rgb(35,214,66); }
H1.HeaderClassName
{
color: #23D642;
}
.AnyTagClassName
{
color: #23D642;
}
</style>
background-color css
<style>
a { background-color: #23D642; }
a { background-color: rgb(35,214,66); }
div.DivClassName
{
background-color: #23D642;
}
.BgClassName
{
background-color: #23D642;
}
</style>
border-color css
<style>
span { border-color: #23D642; }
span { border-color: rgb(35,214,66); }
td.TdClassName
{
border-color: #23D642;
}
.TagClassName
{
border-color: #23D642;
}
</style>