Shades of Lime Green #23C040
Tints of Lime Green #23C040
RGB
CMYK
RGB Variations
Color information
#23C040 (or 0x23C040) is known color: Lime Green. HEX triplet: 23, C0 and 40. RGB value is (35,192,64). Sum of RGB (Red+Green+Blue) = 35+192+64=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #23C040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C040 is #DC3FBF. Grayscale: #828282. Windows color (decimal): -14434240 or 4243491. OLE color: 4243491.
HSL color Cylindrical-coordinate representation of color #23C040: hue angle of 131.08º 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 #23C040 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 64 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.25 |
| HSL | 131.08º | 0.69% | 0.45% | - |
| HSV(B) | 131.08º | 0.82% | 0.75% | - |
| XYZ | 20.47 | 38.43 | 11.19 | - |
| YUV | 130.47 | 90.49 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 64 | 0.82 | 0 | 0.67 | 0.25 | 131.08 | 0.69 | 0.45 |
| Hex | 23 | C0 | 40 | 52 | 0 | 43 | 19 | 83 | 45 | 2D |
| Octal | 43 | 300 | 100 | 122 | 0 | 103 | 31 | 203 | 105 | 55 |
| Binary | 100011 | 11000000 | 1000000 | 1010010 | 0 | 1000011 | 11001 | 10000011 | 1000101 | 101101 |
Color Harmonies of #23C040
Complementary color
Monochromatic Colors of #23C040
Black with #23C040
Text Example
Text Example
White with #23C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C040; }
p { color: rgb(35,192,64); }
H1.HeaderClassName
{
color: #23C040;
}
.AnyTagClassName
{
color: #23C040;
}
</style>
background-color css
<style>
a { background-color: #23C040; }
a { background-color: rgb(35,192,64); }
div.DivClassName
{
background-color: #23C040;
}
.BgClassName
{
background-color: #23C040;
}
</style>
border-color css
<style>
span { border-color: #23C040; }
span { border-color: rgb(35,192,64); }
td.TdClassName
{
border-color: #23C040;
}
.TagClassName
{
border-color: #23C040;
}
</style>