Shades of Lime Green #23C029
Tints of Lime Green #23C029
RGB
CMYK
RGB Variations
Color information
#23C029 (or 0x23C029) is known color: Lime Green. HEX triplet: 23, C0 and 29. RGB value is (35,192,41). Sum of RGB (Red+Green+Blue) = 35+192+41=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #23C029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C029 is #DC3FD6. Grayscale: #808080. Windows color (decimal): -14434263 or 2736163. OLE color: 2736163.
HSL color Cylindrical-coordinate representation of color #23C029: hue angle of 122.29º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C029 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 41 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.25 |
| HSL | 122.29º | 0.69% | 0.45% | - |
| HSV(B) | 122.29º | 0.82% | 0.75% | - |
| XYZ | 19.94 | 38.22 | 8.42 | - |
| YUV | 127.84 | 78.99 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 41 | 0.82 | 0 | 0.79 | 0.25 | 122.29 | 0.69 | 0.45 |
| Hex | 23 | C0 | 29 | 52 | 0 | 4F | 19 | 7A | 45 | 2D |
| Octal | 43 | 300 | 51 | 122 | 0 | 117 | 31 | 172 | 105 | 55 |
| Binary | 100011 | 11000000 | 101001 | 1010010 | 0 | 1001111 | 11001 | 1111010 | 1000101 | 101101 |
Color Harmonies of #23C029
Complementary color
Monochromatic Colors of #23C029
Black with #23C029
Text Example
Text Example
White with #23C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C029; }
p { color: rgb(35,192,41); }
H1.HeaderClassName
{
color: #23C029;
}
.AnyTagClassName
{
color: #23C029;
}
</style>
background-color css
<style>
a { background-color: #23C029; }
a { background-color: rgb(35,192,41); }
div.DivClassName
{
background-color: #23C029;
}
.BgClassName
{
background-color: #23C029;
}
</style>
border-color css
<style>
span { border-color: #23C029; }
span { border-color: rgb(35,192,41); }
td.TdClassName
{
border-color: #23C029;
}
.TagClassName
{
border-color: #23C029;
}
</style>