Shades of Lime Green #23C23A
Tints of Lime Green #23C23A
RGB
CMYK
RGB Variations
Color information
#23C23A (or 0x23C23A) is known color: Lime Green. HEX triplet: 23, C2 and 3A. RGB value is (35,194,58). Sum of RGB (Red+Green+Blue) = 35+194+58=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #23C23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C23A is #DC3DC5. Grayscale: #838383. Windows color (decimal): -14433734 or 3850787. OLE color: 3850787.
HSL color Cylindrical-coordinate representation of color #23C23A: hue angle of 128.68º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C23A is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 58 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.24 |
| HSL | 128.68º | 0.69% | 0.45% | - |
| HSV(B) | 128.68º | 0.82% | 0.76% | - |
| XYZ | 20.75 | 39.25 | 10.48 | - |
| YUV | 130.96 | 86.82 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 58 | 0.82 | 0 | 0.70 | 0.24 | 128.68 | 0.69 | 0.45 |
| Hex | 23 | C2 | 3A | 52 | 0 | 46 | 18 | 81 | 45 | 2D |
| Octal | 43 | 302 | 72 | 122 | 0 | 106 | 30 | 201 | 105 | 55 |
| Binary | 100011 | 11000010 | 111010 | 1010010 | 0 | 1000110 | 11000 | 10000001 | 1000101 | 101101 |
Color Harmonies of #23C23A
Complementary color
Monochromatic Colors of #23C23A
Black with #23C23A
Text Example
Text Example
White with #23C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C23A; }
p { color: rgb(35,194,58); }
H1.HeaderClassName
{
color: #23C23A;
}
.AnyTagClassName
{
color: #23C23A;
}
</style>
background-color css
<style>
a { background-color: #23C23A; }
a { background-color: rgb(35,194,58); }
div.DivClassName
{
background-color: #23C23A;
}
.BgClassName
{
background-color: #23C23A;
}
</style>
border-color css
<style>
span { border-color: #23C23A; }
span { border-color: rgb(35,194,58); }
td.TdClassName
{
border-color: #23C23A;
}
.TagClassName
{
border-color: #23C23A;
}
</style>