Shades of Lime Green #23C93C
Tints of Lime Green #23C93C
RGB
CMYK
RGB Variations
Color information
#23C93C (or 0x23C93C) is known color: Lime Green. HEX triplet: 23, C9 and 3C. RGB value is (35,201,60). Sum of RGB (Red+Green+Blue) = 35+201+60=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 201 (78.91% from 255 or 67.91% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 201 - color contains mainly: green. Hex color #23C93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C93C is #DC36C3. Grayscale: #878787. Windows color (decimal): -14431940 or 3983651. OLE color: 3983651.
HSL color Cylindrical-coordinate representation of color #23C93C: hue angle of 129.04º 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 #23C93C is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 201 | 60 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.21 |
| HSL | 129.04º | 0.7% | 0.46% | - |
| HSV(B) | 129.04º | 0.83% | 0.79% | - |
| XYZ | 22.4 | 42.46 | 11.29 | - |
| YUV | 135.29 | 85.5 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 201 | 60 | 0.83 | 0 | 0.70 | 0.21 | 129.04 | 0.7 | 0.46 |
| Hex | 23 | C9 | 3C | 53 | 0 | 46 | 15 | 81 | 46 | 2E |
| Octal | 43 | 311 | 74 | 123 | 0 | 106 | 25 | 201 | 106 | 56 |
| Binary | 100011 | 11001001 | 111100 | 1010011 | 0 | 1000110 | 10101 | 10000001 | 1000110 | 101110 |
Color Harmonies of #23C93C
Complementary color
Monochromatic Colors of #23C93C
Black with #23C93C
Text Example
Text Example
White with #23C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C93C; }
p { color: rgb(35,201,60); }
H1.HeaderClassName
{
color: #23C93C;
}
.AnyTagClassName
{
color: #23C93C;
}
</style>
background-color css
<style>
a { background-color: #23C93C; }
a { background-color: rgb(35,201,60); }
div.DivClassName
{
background-color: #23C93C;
}
.BgClassName
{
background-color: #23C93C;
}
</style>
border-color css
<style>
span { border-color: #23C93C; }
span { border-color: rgb(35,201,60); }
td.TdClassName
{
border-color: #23C93C;
}
.TagClassName
{
border-color: #23C93C;
}
</style>