Shades of Lime Green #23F233
Tints of Lime Green #23F233
RGB
CMYK
RGB Variations
Color information
#23F233 (or 0x23F233) is known color: Lime Green. HEX triplet: 23, F2 and 33. RGB value is (35,242,51). Sum of RGB (Red+Green+Blue) = 35+242+51=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #23F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23F233 is #DC0DCC. Grayscale: #9E9E9E. Windows color (decimal): -14421453 or 3404323. OLE color: 3404323.
HSL color Cylindrical-coordinate representation of color #23F233: hue angle of 124.64º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F233 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 242 | 51 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.05 |
| HSL | 124.64º | 0.89% | 0.54% | - |
| HSV(B) | 124.64º | 0.86% | 0.95% | - |
| XYZ | 33.04 | 64.1 | 13.76 | - |
| YUV | 158.33 | 67.42 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 242 | 51 | 0.86 | 0 | 0.79 | 0.05 | 124.64 | 0.89 | 0.54 |
| Hex | 23 | F2 | 33 | 56 | 0 | 4F | 5 | 7D | 59 | 36 |
| Octal | 43 | 362 | 63 | 126 | 0 | 117 | 5 | 175 | 131 | 66 |
| Binary | 100011 | 11110010 | 110011 | 1010110 | 0 | 1001111 | 101 | 1111101 | 1011001 | 110110 |
Color Harmonies of #23F233
Complementary color
Monochromatic Colors of #23F233
Black with #23F233
Text Example
Text Example
White with #23F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F233; }
p { color: rgb(35,242,51); }
H1.HeaderClassName
{
color: #23F233;
}
.AnyTagClassName
{
color: #23F233;
}
</style>
background-color css
<style>
a { background-color: #23F233; }
a { background-color: rgb(35,242,51); }
div.DivClassName
{
background-color: #23F233;
}
.BgClassName
{
background-color: #23F233;
}
</style>
border-color css
<style>
span { border-color: #23F233; }
span { border-color: rgb(35,242,51); }
td.TdClassName
{
border-color: #23F233;
}
.TagClassName
{
border-color: #23F233;
}
</style>