Shades of Lime Green #23B31A
Tints of Lime Green #23B31A
RGB
CMYK
RGB Variations
Color information
#23B31A (or 0x23B31A) is known color: Lime Green. HEX triplet: 23, B3 and 1A. RGB value is (35,179,26). Sum of RGB (Red+Green+Blue) = 35+179+26=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #23B31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B31A is #DC4CE5. Grayscale: #767676. Windows color (decimal): -14437606 or 1749795. OLE color: 1749795.
HSL color Cylindrical-coordinate representation of color #23B31A: hue angle of 116.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23B31A is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 179 | 26 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.30 |
| HSL | 116.47º | 0.75% | 0.4% | - |
| HSV(B) | 116.47º | 0.85% | 0.7% | - |
| XYZ | 17 | 32.67 | 6.39 | - |
| YUV | 118.5 | 75.79 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 179 | 26 | 0.80 | 0 | 0.85 | 0.30 | 116.47 | 0.75 | 0.4 |
| Hex | 23 | B3 | 1A | 50 | 0 | 55 | 1E | 74 | 4B | 28 |
| Octal | 43 | 263 | 32 | 120 | 0 | 125 | 36 | 164 | 113 | 50 |
| Binary | 100011 | 10110011 | 11010 | 1010000 | 0 | 1010101 | 11110 | 1110100 | 1001011 | 101000 |
Color Harmonies of #23B31A
Complementary color
Monochromatic Colors of #23B31A
Black with #23B31A
Text Example
Text Example
White with #23B31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B31A; }
p { color: rgb(35,179,26); }
H1.HeaderClassName
{
color: #23B31A;
}
.AnyTagClassName
{
color: #23B31A;
}
</style>
background-color css
<style>
a { background-color: #23B31A; }
a { background-color: rgb(35,179,26); }
div.DivClassName
{
background-color: #23B31A;
}
.BgClassName
{
background-color: #23B31A;
}
</style>
border-color css
<style>
span { border-color: #23B31A; }
span { border-color: rgb(35,179,26); }
td.TdClassName
{
border-color: #23B31A;
}
.TagClassName
{
border-color: #23B31A;
}
</style>