Shades of Lime Green #23C327
Tints of Lime Green #23C327
RGB
CMYK
RGB Variations
Color information
#23C327 (or 0x23C327) is known color: Lime Green. HEX triplet: 23, C3 and 27. RGB value is (35,195,39). Sum of RGB (Red+Green+Blue) = 35+195+39=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 195 (76.56% from 255 or 72.49% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 195 - color contains mainly: green. Hex color #23C327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C327 is #DC3CD8. Grayscale: #818181. Windows color (decimal): -14433497 or 2605859. OLE color: 2605859.
HSL color Cylindrical-coordinate representation of color #23C327: hue angle of 121.5º degrees, saturation: 0.7, 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 #23C327 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 195 | 39 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.24 |
| HSL | 121.5º | 0.7% | 0.45% | - |
| HSV(B) | 121.5º | 0.82% | 0.76% | - |
| XYZ | 20.57 | 39.53 | 8.47 | - |
| YUV | 129.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 195 | 39 | 0.82 | 0 | 0.80 | 0.24 | 121.5 | 0.7 | 0.45 |
| Hex | 23 | C3 | 27 | 52 | 0 | 50 | 18 | 7A | 46 | 2D |
| Octal | 43 | 303 | 47 | 122 | 0 | 120 | 30 | 172 | 106 | 55 |
| Binary | 100011 | 11000011 | 100111 | 1010010 | 0 | 1010000 | 11000 | 1111010 | 1000110 | 101101 |
Color Harmonies of #23C327
Complementary color
Monochromatic Colors of #23C327
Black with #23C327
Text Example
Text Example
White with #23C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C327; }
p { color: rgb(35,195,39); }
H1.HeaderClassName
{
color: #23C327;
}
.AnyTagClassName
{
color: #23C327;
}
</style>
background-color css
<style>
a { background-color: #23C327; }
a { background-color: rgb(35,195,39); }
div.DivClassName
{
background-color: #23C327;
}
.BgClassName
{
background-color: #23C327;
}
</style>
border-color css
<style>
span { border-color: #23C327; }
span { border-color: rgb(35,195,39); }
td.TdClassName
{
border-color: #23C327;
}
.TagClassName
{
border-color: #23C327;
}
</style>