Shades of Lime Green #23C51D
Tints of Lime Green #23C51D
RGB
CMYK
RGB Variations
Color information
#23C51D (or 0x23C51D) is known color: Lime Green. HEX triplet: 23, C5 and 1D. RGB value is (35,197,29). Sum of RGB (Red+Green+Blue) = 35+197+29=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #23C51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C51D is #DC3AE2. Grayscale: #818181. Windows color (decimal): -14432995 or 1951011. OLE color: 1951011.
HSL color Cylindrical-coordinate representation of color #23C51D: hue angle of 117.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23C51D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 197 | 29 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.23 |
| HSL | 117.86º | 0.74% | 0.44% | - |
| HSV(B) | 117.86º | 0.85% | 0.77% | - |
| XYZ | 20.88 | 40.38 | 7.86 | - |
| YUV | 129.41 | 71.33 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 29 | 0.82 | 0 | 0.85 | 0.23 | 117.86 | 0.74 | 0.44 |
| Hex | 23 | C5 | 1D | 52 | 0 | 55 | 17 | 76 | 4A | 2C |
| Octal | 43 | 305 | 35 | 122 | 0 | 125 | 27 | 166 | 112 | 54 |
| Binary | 100011 | 11000101 | 11101 | 1010010 | 0 | 1010101 | 10111 | 1110110 | 1001010 | 101100 |
Color Harmonies of #23C51D
Complementary color
Monochromatic Colors of #23C51D
Black with #23C51D
Text Example
Text Example
White with #23C51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C51D; }
p { color: rgb(35,197,29); }
H1.HeaderClassName
{
color: #23C51D;
}
.AnyTagClassName
{
color: #23C51D;
}
</style>
background-color css
<style>
a { background-color: #23C51D; }
a { background-color: rgb(35,197,29); }
div.DivClassName
{
background-color: #23C51D;
}
.BgClassName
{
background-color: #23C51D;
}
</style>
border-color css
<style>
span { border-color: #23C51D; }
span { border-color: rgb(35,197,29); }
td.TdClassName
{
border-color: #23C51D;
}
.TagClassName
{
border-color: #23C51D;
}
</style>