Shades of Lime Green #23B512
Tints of Lime Green #23B512
RGB
CMYK
RGB Variations
Color information
#23B512 (or 0x23B512) is known color: Lime Green. HEX triplet: 23, B5 and 12. RGB value is (35,181,18). Sum of RGB (Red+Green+Blue) = 35+181+18=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 181 (71.09% from 255 or 77.35% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 181 - color contains mainly: green. Hex color #23B512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23B512 is #DC4AED. Grayscale: #777777. Windows color (decimal): -14437102 or 1226019. OLE color: 1226019.
HSL color Cylindrical-coordinate representation of color #23B512: hue angle of 113.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #23B512 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 181 | 18 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.29 |
| HSL | 113.74º | 0.82% | 0.39% | - |
| HSV(B) | 113.74º | 0.9% | 0.71% | - |
| XYZ | 17.33 | 33.45 | 6.12 | - |
| YUV | 118.76 | 71.13 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 181 | 18 | 0.81 | 0 | 0.90 | 0.29 | 113.74 | 0.82 | 0.39 |
| Hex | 23 | B5 | 12 | 51 | 0 | 5A | 1D | 72 | 52 | 27 |
| Octal | 43 | 265 | 22 | 121 | 0 | 132 | 35 | 162 | 122 | 47 |
| Binary | 100011 | 10110101 | 10010 | 1010001 | 0 | 1011010 | 11101 | 1110010 | 1010010 | 100111 |
Color Harmonies of #23B512
Complementary color
Monochromatic Colors of #23B512
Black with #23B512
Text Example
Text Example
White with #23B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B512; }
p { color: rgb(35,181,18); }
H1.HeaderClassName
{
color: #23B512;
}
.AnyTagClassName
{
color: #23B512;
}
</style>
background-color css
<style>
a { background-color: #23B512; }
a { background-color: rgb(35,181,18); }
div.DivClassName
{
background-color: #23B512;
}
.BgClassName
{
background-color: #23B512;
}
</style>
border-color css
<style>
span { border-color: #23B512; }
span { border-color: rgb(35,181,18); }
td.TdClassName
{
border-color: #23B512;
}
.TagClassName
{
border-color: #23B512;
}
</style>