Shades of Lime Green #23B326
Tints of Lime Green #23B326
RGB
CMYK
RGB Variations
Color information
#23B326 (or 0x23B326) is known color: Lime Green. HEX triplet: 23, B3 and 26. RGB value is (35,179,38). Sum of RGB (Red+Green+Blue) = 35+179+38=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #23B326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B326 is #DC4CD9. Grayscale: #787878. Windows color (decimal): -14437594 or 2536227. OLE color: 2536227.
HSL color Cylindrical-coordinate representation of color #23B326: hue angle of 121.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B326 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 179 | 38 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.30 |
| HSL | 121.25º | 0.67% | 0.42% | - |
| HSV(B) | 121.25º | 0.8% | 0.7% | - |
| XYZ | 17.16 | 32.74 | 7.25 | - |
| YUV | 119.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 179 | 38 | 0.80 | 0 | 0.79 | 0.30 | 121.25 | 0.67 | 0.42 |
| Hex | 23 | B3 | 26 | 50 | 0 | 4F | 1E | 79 | 43 | 2A |
| Octal | 43 | 263 | 46 | 120 | 0 | 117 | 36 | 171 | 103 | 52 |
| Binary | 100011 | 10110011 | 100110 | 1010000 | 0 | 1001111 | 11110 | 1111001 | 1000011 | 101010 |
Color Harmonies of #23B326
Complementary color
Monochromatic Colors of #23B326
Black with #23B326
Text Example
Text Example
White with #23B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B326; }
p { color: rgb(35,179,38); }
H1.HeaderClassName
{
color: #23B326;
}
.AnyTagClassName
{
color: #23B326;
}
</style>
background-color css
<style>
a { background-color: #23B326; }
a { background-color: rgb(35,179,38); }
div.DivClassName
{
background-color: #23B326;
}
.BgClassName
{
background-color: #23B326;
}
</style>
border-color css
<style>
span { border-color: #23B326; }
span { border-color: rgb(35,179,38); }
td.TdClassName
{
border-color: #23B326;
}
.TagClassName
{
border-color: #23B326;
}
</style>