Shades of Lime Green #23F132
Tints of Lime Green #23F132
RGB
CMYK
RGB Variations
Color information
#23F132 (or 0x23F132) is known color: Lime Green. HEX triplet: 23, F1 and 32. RGB value is (35,241,50). Sum of RGB (Red+Green+Blue) = 35+241+50=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #23F132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23F132 is #DC0ECD. Grayscale: #9E9E9E. Windows color (decimal): -14421710 or 3338531. OLE color: 3338531.
HSL color Cylindrical-coordinate representation of color #23F132: hue angle of 124.37º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23F132 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 241 | 50 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.05 |
| HSL | 124.37º | 0.88% | 0.54% | - |
| HSV(B) | 124.37º | 0.85% | 0.95% | - |
| XYZ | 32.72 | 63.5 | 13.55 | - |
| YUV | 157.63 | 67.25 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 241 | 50 | 0.85 | 0 | 0.79 | 0.05 | 124.37 | 0.88 | 0.54 |
| Hex | 23 | F1 | 32 | 55 | 0 | 4F | 5 | 7C | 58 | 36 |
| Octal | 43 | 361 | 62 | 125 | 0 | 117 | 5 | 174 | 130 | 66 |
| Binary | 100011 | 11110001 | 110010 | 1010101 | 0 | 1001111 | 101 | 1111100 | 1011000 | 110110 |
Color Harmonies of #23F132
Complementary color
Monochromatic Colors of #23F132
Black with #23F132
Text Example
Text Example
White with #23F132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F132; }
p { color: rgb(35,241,50); }
H1.HeaderClassName
{
color: #23F132;
}
.AnyTagClassName
{
color: #23F132;
}
</style>
background-color css
<style>
a { background-color: #23F132; }
a { background-color: rgb(35,241,50); }
div.DivClassName
{
background-color: #23F132;
}
.BgClassName
{
background-color: #23F132;
}
</style>
border-color css
<style>
span { border-color: #23F132; }
span { border-color: rgb(35,241,50); }
td.TdClassName
{
border-color: #23F132;
}
.TagClassName
{
border-color: #23F132;
}
</style>