Shades of Lime Green #23C428
Tints of Lime Green #23C428
RGB
CMYK
RGB Variations
Color information
#23C428 (or 0x23C428) is known color: Lime Green. HEX triplet: 23, C4 and 28. RGB value is (35,196,40). Sum of RGB (Red+Green+Blue) = 35+196+40=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 196 (76.95% from 255 or 72.32% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 196 - color contains mainly: green. Hex color #23C428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C428 is #DC3BD7. Grayscale: #828282. Windows color (decimal): -14433240 or 2671651. OLE color: 2671651.
HSL color Cylindrical-coordinate representation of color #23C428: hue angle of 121.86º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C428 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 196 | 40 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.23 |
| HSL | 121.86º | 0.7% | 0.45% | - |
| HSV(B) | 121.86º | 0.82% | 0.77% | - |
| XYZ | 20.82 | 39.99 | 8.63 | - |
| YUV | 130.08 | 77.16 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 196 | 40 | 0.82 | 0 | 0.80 | 0.23 | 121.86 | 0.7 | 0.45 |
| Hex | 23 | C4 | 28 | 52 | 0 | 50 | 17 | 7A | 46 | 2D |
| Octal | 43 | 304 | 50 | 122 | 0 | 120 | 27 | 172 | 106 | 55 |
| Binary | 100011 | 11000100 | 101000 | 1010010 | 0 | 1010000 | 10111 | 1111010 | 1000110 | 101101 |
Color Harmonies of #23C428
Complementary color
Monochromatic Colors of #23C428
Black with #23C428
Text Example
Text Example
White with #23C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C428; }
p { color: rgb(35,196,40); }
H1.HeaderClassName
{
color: #23C428;
}
.AnyTagClassName
{
color: #23C428;
}
</style>
background-color css
<style>
a { background-color: #23C428; }
a { background-color: rgb(35,196,40); }
div.DivClassName
{
background-color: #23C428;
}
.BgClassName
{
background-color: #23C428;
}
</style>
border-color css
<style>
span { border-color: #23C428; }
span { border-color: rgb(35,196,40); }
td.TdClassName
{
border-color: #23C428;
}
.TagClassName
{
border-color: #23C428;
}
</style>