Shades of Lime Green #23F13C
Tints of Lime Green #23F13C
RGB
CMYK
RGB Variations
Color information
#23F13C (or 0x23F13C) is known color: Lime Green. HEX triplet: 23, F1 and 3C. RGB value is (35,241,60). Sum of RGB (Red+Green+Blue) = 35+241+60=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #23F13C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23F13C is #DC0EC3. Grayscale: #9F9F9F. Windows color (decimal): -14421700 or 3993891. OLE color: 3993891.
HSL color Cylindrical-coordinate representation of color #23F13C: hue angle of 127.28º 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 #23F13C is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 241 | 60 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.05 |
| HSL | 127.28º | 0.88% | 0.54% | - |
| HSV(B) | 127.28º | 0.85% | 0.95% | - |
| XYZ | 32.96 | 63.59 | 14.81 | - |
| YUV | 158.77 | 72.25 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 241 | 60 | 0.85 | 0 | 0.75 | 0.05 | 127.28 | 0.88 | 0.54 |
| Hex | 23 | F1 | 3C | 55 | 0 | 4B | 5 | 7F | 58 | 36 |
| Octal | 43 | 361 | 74 | 125 | 0 | 113 | 5 | 177 | 130 | 66 |
| Binary | 100011 | 11110001 | 111100 | 1010101 | 0 | 1001011 | 101 | 1111111 | 1011000 | 110110 |
Color Harmonies of #23F13C
Complementary color
Monochromatic Colors of #23F13C
Black with #23F13C
Text Example
Text Example
White with #23F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F13C; }
p { color: rgb(35,241,60); }
H1.HeaderClassName
{
color: #23F13C;
}
.AnyTagClassName
{
color: #23F13C;
}
</style>
background-color css
<style>
a { background-color: #23F13C; }
a { background-color: rgb(35,241,60); }
div.DivClassName
{
background-color: #23F13C;
}
.BgClassName
{
background-color: #23F13C;
}
</style>
border-color css
<style>
span { border-color: #23F13C; }
span { border-color: rgb(35,241,60); }
td.TdClassName
{
border-color: #23F13C;
}
.TagClassName
{
border-color: #23F13C;
}
</style>