Shades of Lime Green #23DE2B
Tints of Lime Green #23DE2B
RGB
CMYK
RGB Variations
Color information
#23DE2B (or 0x23DE2B) is known color: Lime Green. HEX triplet: 23, DE and 2B. RGB value is (35,222,43). Sum of RGB (Red+Green+Blue) = 35+222+43=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 222 (87.11% from 255 or 74% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 222 - color contains mainly: green. Hex color #23DE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DE2B is #DC21D4. Grayscale: #929292. Windows color (decimal): -14426581 or 2874915. OLE color: 2874915.
HSL color Cylindrical-coordinate representation of color #23DE2B: hue angle of 122.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DE2B is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 43 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.13 |
| HSL | 122.57º | 0.74% | 0.5% | - |
| HSV(B) | 122.57º | 0.84% | 0.87% | - |
| XYZ | 27.25 | 52.77 | 11.04 | - |
| YUV | 145.68 | 70.05 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 43 | 0.84 | 0 | 0.81 | 0.13 | 122.57 | 0.74 | 0.5 |
| Hex | 23 | DE | 2B | 54 | 0 | 51 | D | 7B | 4A | 32 |
| Octal | 43 | 336 | 53 | 124 | 0 | 121 | 15 | 173 | 112 | 62 |
| Binary | 100011 | 11011110 | 101011 | 1010100 | 0 | 1010001 | 1101 | 1111011 | 1001010 | 110010 |
Color Harmonies of #23DE2B
Complementary color
Monochromatic Colors of #23DE2B
Black with #23DE2B
Text Example
Text Example
White with #23DE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DE2B; }
p { color: rgb(35,222,43); }
H1.HeaderClassName
{
color: #23DE2B;
}
.AnyTagClassName
{
color: #23DE2B;
}
</style>
background-color css
<style>
a { background-color: #23DE2B; }
a { background-color: rgb(35,222,43); }
div.DivClassName
{
background-color: #23DE2B;
}
.BgClassName
{
background-color: #23DE2B;
}
</style>
border-color css
<style>
span { border-color: #23DE2B; }
span { border-color: rgb(35,222,43); }
td.TdClassName
{
border-color: #23DE2B;
}
.TagClassName
{
border-color: #23DE2B;
}
</style>