Shades of Lime Green #23C43F
Tints of Lime Green #23C43F
RGB
CMYK
RGB Variations
Color information
#23C43F (or 0x23C43F) is known color: Lime Green. HEX triplet: 23, C4 and 3F. RGB value is (35,196,63). Sum of RGB (Red+Green+Blue) = 35+196+63=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #23C43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C43F is #DC3BC0. Grayscale: #858585. Windows color (decimal): -14433217 or 4178979. OLE color: 4178979.
HSL color Cylindrical-coordinate representation of color #23C43F: hue angle of 130.43º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C43F is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 196 | 63 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.23 |
| HSL | 130.43º | 0.7% | 0.45% | - |
| HSV(B) | 130.43º | 0.82% | 0.77% | - |
| XYZ | 21.33 | 40.2 | 11.34 | - |
| YUV | 132.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 196 | 63 | 0.82 | 0 | 0.68 | 0.23 | 130.43 | 0.7 | 0.45 |
| Hex | 23 | C4 | 3F | 52 | 0 | 44 | 17 | 82 | 46 | 2D |
| Octal | 43 | 304 | 77 | 122 | 0 | 104 | 27 | 202 | 106 | 55 |
| Binary | 100011 | 11000100 | 111111 | 1010010 | 0 | 1000100 | 10111 | 10000010 | 1000110 | 101101 |
Color Harmonies of #23C43F
Complementary color
Monochromatic Colors of #23C43F
Black with #23C43F
Text Example
Text Example
White with #23C43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C43F; }
p { color: rgb(35,196,63); }
H1.HeaderClassName
{
color: #23C43F;
}
.AnyTagClassName
{
color: #23C43F;
}
</style>
background-color css
<style>
a { background-color: #23C43F; }
a { background-color: rgb(35,196,63); }
div.DivClassName
{
background-color: #23C43F;
}
.BgClassName
{
background-color: #23C43F;
}
</style>
border-color css
<style>
span { border-color: #23C43F; }
span { border-color: rgb(35,196,63); }
td.TdClassName
{
border-color: #23C43F;
}
.TagClassName
{
border-color: #23C43F;
}
</style>