Shades of Lime Green #23ED2B
Tints of Lime Green #23ED2B
RGB
CMYK
RGB Variations
Color information
#23ED2B (or 0x23ED2B) is known color: Lime Green. HEX triplet: 23, ED and 2B. RGB value is (35,237,43). Sum of RGB (Red+Green+Blue) = 35+237+43=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #23ED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23ED2B is #DC12D4. Grayscale: #9B9B9B. Windows color (decimal): -14422741 or 2878755. OLE color: 2878755.
HSL color Cylindrical-coordinate representation of color #23ED2B: hue angle of 122.38º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ED2B is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 43 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.07 |
| HSL | 122.38º | 0.85% | 0.53% | - |
| HSV(B) | 122.38º | 0.85% | 0.93% | - |
| XYZ | 31.41 | 61.1 | 12.42 | - |
| YUV | 154.49 | 65.08 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 43 | 0.85 | 0 | 0.82 | 0.07 | 122.38 | 0.85 | 0.53 |
| Hex | 23 | ED | 2B | 55 | 0 | 52 | 7 | 7A | 55 | 35 |
| Octal | 43 | 355 | 53 | 125 | 0 | 122 | 7 | 172 | 125 | 65 |
| Binary | 100011 | 11101101 | 101011 | 1010101 | 0 | 1010010 | 111 | 1111010 | 1010101 | 110101 |
Color Harmonies of #23ED2B
Complementary color
Monochromatic Colors of #23ED2B
Black with #23ED2B
Text Example
Text Example
White with #23ED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ED2B; }
p { color: rgb(35,237,43); }
H1.HeaderClassName
{
color: #23ED2B;
}
.AnyTagClassName
{
color: #23ED2B;
}
</style>
background-color css
<style>
a { background-color: #23ED2B; }
a { background-color: rgb(35,237,43); }
div.DivClassName
{
background-color: #23ED2B;
}
.BgClassName
{
background-color: #23ED2B;
}
</style>
border-color css
<style>
span { border-color: #23ED2B; }
span { border-color: rgb(35,237,43); }
td.TdClassName
{
border-color: #23ED2B;
}
.TagClassName
{
border-color: #23ED2B;
}
</style>