Shades of Lime Green #23DF3C
Tints of Lime Green #23DF3C
RGB
CMYK
RGB Variations
Color information
#23DF3C (or 0x23DF3C) is known color: Lime Green. HEX triplet: 23, DF and 3C. RGB value is (35,223,60). Sum of RGB (Red+Green+Blue) = 35+223+60=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #23DF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DF3C is #DC20C3. Grayscale: #949494. Windows color (decimal): -14426308 or 3989283. OLE color: 3989283.
HSL color Cylindrical-coordinate representation of color #23DF3C: hue angle of 127.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DF3C is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 60 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.13 |
| HSL | 127.98º | 0.75% | 0.51% | - |
| HSV(B) | 127.98º | 0.84% | 0.87% | - |
| XYZ | 27.9 | 53.46 | 13.12 | - |
| YUV | 148.21 | 78.22 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 60 | 0.84 | 0 | 0.73 | 0.13 | 127.98 | 0.75 | 0.51 |
| Hex | 23 | DF | 3C | 54 | 0 | 49 | D | 80 | 4B | 33 |
| Octal | 43 | 337 | 74 | 124 | 0 | 111 | 15 | 200 | 113 | 63 |
| Binary | 100011 | 11011111 | 111100 | 1010100 | 0 | 1001001 | 1101 | 10000000 | 1001011 | 110011 |
Color Harmonies of #23DF3C
Complementary color
Monochromatic Colors of #23DF3C
Black with #23DF3C
Text Example
Text Example
White with #23DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DF3C; }
p { color: rgb(35,223,60); }
H1.HeaderClassName
{
color: #23DF3C;
}
.AnyTagClassName
{
color: #23DF3C;
}
</style>
background-color css
<style>
a { background-color: #23DF3C; }
a { background-color: rgb(35,223,60); }
div.DivClassName
{
background-color: #23DF3C;
}
.BgClassName
{
background-color: #23DF3C;
}
</style>
border-color css
<style>
span { border-color: #23DF3C; }
span { border-color: rgb(35,223,60); }
td.TdClassName
{
border-color: #23DF3C;
}
.TagClassName
{
border-color: #23DF3C;
}
</style>