Shades of Lime Green #23C32B
Tints of Lime Green #23C32B
RGB
CMYK
RGB Variations
Color information
#23C32B (or 0x23C32B) is known color: Lime Green. HEX triplet: 23, C3 and 2B. RGB value is (35,195,43). Sum of RGB (Red+Green+Blue) = 35+195+43=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #23C32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C32B is #DC3CD4. Grayscale: #828282. Windows color (decimal): -14433493 or 2868003. OLE color: 2868003.
HSL color Cylindrical-coordinate representation of color #23C32B: hue angle of 123º 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 #23C32B is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 195 | 43 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.24 |
| HSL | 123º | 0.7% | 0.45% | - |
| HSV(B) | 123º | 0.82% | 0.76% | - |
| XYZ | 20.64 | 39.56 | 8.83 | - |
| YUV | 129.83 | 78.99 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 195 | 43 | 0.82 | 0 | 0.78 | 0.24 | 123 | 0.7 | 0.45 |
| Hex | 23 | C3 | 2B | 52 | 0 | 4E | 18 | 7B | 46 | 2D |
| Octal | 43 | 303 | 53 | 122 | 0 | 116 | 30 | 173 | 106 | 55 |
| Binary | 100011 | 11000011 | 101011 | 1010010 | 0 | 1001110 | 11000 | 1111011 | 1000110 | 101101 |
Color Harmonies of #23C32B
Complementary color
Monochromatic Colors of #23C32B
Black with #23C32B
Text Example
Text Example
White with #23C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C32B; }
p { color: rgb(35,195,43); }
H1.HeaderClassName
{
color: #23C32B;
}
.AnyTagClassName
{
color: #23C32B;
}
</style>
background-color css
<style>
a { background-color: #23C32B; }
a { background-color: rgb(35,195,43); }
div.DivClassName
{
background-color: #23C32B;
}
.BgClassName
{
background-color: #23C32B;
}
</style>
border-color css
<style>
span { border-color: #23C32B; }
span { border-color: rgb(35,195,43); }
td.TdClassName
{
border-color: #23C32B;
}
.TagClassName
{
border-color: #23C32B;
}
</style>