Shades of Lime Green #23C041
Tints of Lime Green #23C041
RGB
CMYK
RGB Variations
Color information
#23C041 (or 0x23C041) is known color: Lime Green. HEX triplet: 23, C0 and 41. RGB value is (35,192,65). Sum of RGB (Red+Green+Blue) = 35+192+65=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #23C041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C041 is #DC3FBE. Grayscale: #828282. Windows color (decimal): -14434239 or 4309027. OLE color: 4309027.
HSL color Cylindrical-coordinate representation of color #23C041: hue angle of 131.46º 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 #23C041 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 65 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.25 |
| HSL | 131.47º | 0.69% | 0.45% | - |
| HSV(B) | 131.47º | 0.82% | 0.75% | - |
| XYZ | 20.5 | 38.44 | 11.34 | - |
| YUV | 130.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 65 | 0.82 | 0 | 0.66 | 0.25 | 131.47 | 0.69 | 0.45 |
| Hex | 23 | C0 | 41 | 52 | 0 | 42 | 19 | 83 | 45 | 2D |
| Octal | 43 | 300 | 101 | 122 | 0 | 102 | 31 | 203 | 105 | 55 |
| Binary | 100011 | 11000000 | 1000001 | 1010010 | 0 | 1000010 | 11001 | 10000011 | 1000101 | 101101 |
Color Harmonies of #23C041
Complementary color
Monochromatic Colors of #23C041
Black with #23C041
Text Example
Text Example
White with #23C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C041; }
p { color: rgb(35,192,65); }
H1.HeaderClassName
{
color: #23C041;
}
.AnyTagClassName
{
color: #23C041;
}
</style>
background-color css
<style>
a { background-color: #23C041; }
a { background-color: rgb(35,192,65); }
div.DivClassName
{
background-color: #23C041;
}
.BgClassName
{
background-color: #23C041;
}
</style>
border-color css
<style>
span { border-color: #23C041; }
span { border-color: rgb(35,192,65); }
td.TdClassName
{
border-color: #23C041;
}
.TagClassName
{
border-color: #23C041;
}
</style>