Shades of Lime Green #23CD2A
Tints of Lime Green #23CD2A
RGB
CMYK
RGB Variations
Color information
#23CD2A (or 0x23CD2A) is known color: Lime Green. HEX triplet: 23, CD and 2A. RGB value is (35,205,42). Sum of RGB (Red+Green+Blue) = 35+205+42=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 205 (80.47% from 255 or 72.70% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 205 - color contains mainly: green. Hex color #23CD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CD2A is #DC32D5. Grayscale: #888888. Windows color (decimal): -14430934 or 2805027. OLE color: 2805027.
HSL color Cylindrical-coordinate representation of color #23CD2A: hue angle of 122.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CD2A is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 205 | 42 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.20 |
| HSL | 122.47º | 0.71% | 0.47% | - |
| HSV(B) | 122.47º | 0.83% | 0.8% | - |
| XYZ | 22.94 | 44.19 | 9.51 | - |
| YUV | 135.59 | 75.18 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 205 | 42 | 0.83 | 0 | 0.80 | 0.20 | 122.47 | 0.71 | 0.47 |
| Hex | 23 | CD | 2A | 53 | 0 | 50 | 14 | 7A | 47 | 2F |
| Octal | 43 | 315 | 52 | 123 | 0 | 120 | 24 | 172 | 107 | 57 |
| Binary | 100011 | 11001101 | 101010 | 1010011 | 0 | 1010000 | 10100 | 1111010 | 1000111 | 101111 |
Color Harmonies of #23CD2A
Complementary color
Monochromatic Colors of #23CD2A
Black with #23CD2A
Text Example
Text Example
White with #23CD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CD2A; }
p { color: rgb(35,205,42); }
H1.HeaderClassName
{
color: #23CD2A;
}
.AnyTagClassName
{
color: #23CD2A;
}
</style>
background-color css
<style>
a { background-color: #23CD2A; }
a { background-color: rgb(35,205,42); }
div.DivClassName
{
background-color: #23CD2A;
}
.BgClassName
{
background-color: #23CD2A;
}
</style>
border-color css
<style>
span { border-color: #23CD2A; }
span { border-color: rgb(35,205,42); }
td.TdClassName
{
border-color: #23CD2A;
}
.TagClassName
{
border-color: #23CD2A;
}
</style>