Shades of Lime Green #23D33D
Tints of Lime Green #23D33D
RGB
CMYK
RGB Variations
Color information
#23D33D (or 0x23D33D) is known color: Lime Green. HEX triplet: 23, D3 and 3D. RGB value is (35,211,61). Sum of RGB (Red+Green+Blue) = 35+211+61=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 211 (82.81% from 255 or 68.73% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 211 - color contains mainly: green. Hex color #23D33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D33D is #DC2CC2. Grayscale: #8D8D8D. Windows color (decimal): -14429379 or 4051747. OLE color: 4051747.
HSL color Cylindrical-coordinate representation of color #23D33D: hue angle of 128.86º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D33D is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 211 | 61 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.17 |
| HSL | 128.86º | 0.72% | 0.48% | - |
| HSV(B) | 128.86º | 0.83% | 0.83% | - |
| XYZ | 24.83 | 47.28 | 12.23 | - |
| YUV | 141.28 | 82.69 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 211 | 61 | 0.83 | 0 | 0.71 | 0.17 | 128.86 | 0.72 | 0.48 |
| Hex | 23 | D3 | 3D | 53 | 0 | 47 | 11 | 81 | 48 | 30 |
| Octal | 43 | 323 | 75 | 123 | 0 | 107 | 21 | 201 | 110 | 60 |
| Binary | 100011 | 11010011 | 111101 | 1010011 | 0 | 1000111 | 10001 | 10000001 | 1001000 | 110000 |
Color Harmonies of #23D33D
Complementary color
Monochromatic Colors of #23D33D
Black with #23D33D
Text Example
Text Example
White with #23D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D33D; }
p { color: rgb(35,211,61); }
H1.HeaderClassName
{
color: #23D33D;
}
.AnyTagClassName
{
color: #23D33D;
}
</style>
background-color css
<style>
a { background-color: #23D33D; }
a { background-color: rgb(35,211,61); }
div.DivClassName
{
background-color: #23D33D;
}
.BgClassName
{
background-color: #23D33D;
}
</style>
border-color css
<style>
span { border-color: #23D33D; }
span { border-color: rgb(35,211,61); }
td.TdClassName
{
border-color: #23D33D;
}
.TagClassName
{
border-color: #23D33D;
}
</style>