Shades of Lime Green #23C942
Tints of Lime Green #23C942
RGB
CMYK
RGB Variations
Color information
#23C942 (or 0x23C942) is known color: Lime Green. HEX triplet: 23, C9 and 42. RGB value is (35,201,66). Sum of RGB (Red+Green+Blue) = 35+201+66=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 201 (78.91% from 255 or 66.56% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 201 - color contains mainly: green. Hex color #23C942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C942 is #DC36BD. Grayscale: #888888. Windows color (decimal): -14431934 or 4376867. OLE color: 4376867.
HSL color Cylindrical-coordinate representation of color #23C942: hue angle of 131.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C942 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 201 | 66 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.21 |
| HSL | 131.2º | 0.7% | 0.46% | - |
| HSV(B) | 131.2º | 0.83% | 0.79% | - |
| XYZ | 22.56 | 42.52 | 12.17 | - |
| YUV | 135.98 | 88.5 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 201 | 66 | 0.83 | 0 | 0.67 | 0.21 | 131.2 | 0.7 | 0.46 |
| Hex | 23 | C9 | 42 | 53 | 0 | 43 | 15 | 83 | 46 | 2E |
| Octal | 43 | 311 | 102 | 123 | 0 | 103 | 25 | 203 | 106 | 56 |
| Binary | 100011 | 11001001 | 1000010 | 1010011 | 0 | 1000011 | 10101 | 10000011 | 1000110 | 101110 |
Color Harmonies of #23C942
Complementary color
Monochromatic Colors of #23C942
Black with #23C942
Text Example
Text Example
White with #23C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C942; }
p { color: rgb(35,201,66); }
H1.HeaderClassName
{
color: #23C942;
}
.AnyTagClassName
{
color: #23C942;
}
</style>
background-color css
<style>
a { background-color: #23C942; }
a { background-color: rgb(35,201,66); }
div.DivClassName
{
background-color: #23C942;
}
.BgClassName
{
background-color: #23C942;
}
</style>
border-color css
<style>
span { border-color: #23C942; }
span { border-color: rgb(35,201,66); }
td.TdClassName
{
border-color: #23C942;
}
.TagClassName
{
border-color: #23C942;
}
</style>