Shades of Lime Green #23CA2D
Tints of Lime Green #23CA2D
RGB
CMYK
RGB Variations
Color information
#23CA2D (or 0x23CA2D) is known color: Lime Green. HEX triplet: 23, CA and 2D. RGB value is (35,202,45). Sum of RGB (Red+Green+Blue) = 35+202+45=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA2D is #DC35D2. Grayscale: #868686. Windows color (decimal): -14431699 or 3000867. OLE color: 3000867.
HSL color Cylindrical-coordinate representation of color #23CA2D: hue angle of 123.59º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CA2D is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 45 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.21 |
| HSL | 123.59º | 0.7% | 0.46% | - |
| HSV(B) | 123.59º | 0.83% | 0.79% | - |
| XYZ | 22.29 | 42.79 | 9.57 | - |
| YUV | 134.17 | 77.67 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 45 | 0.83 | 0 | 0.78 | 0.21 | 123.59 | 0.7 | 0.46 |
| Hex | 23 | CA | 2D | 53 | 0 | 4E | 15 | 7C | 46 | 2E |
| Octal | 43 | 312 | 55 | 123 | 0 | 116 | 25 | 174 | 106 | 56 |
| Binary | 100011 | 11001010 | 101101 | 1010011 | 0 | 1001110 | 10101 | 1111100 | 1000110 | 101110 |
Color Harmonies of #23CA2D
Complementary color
Monochromatic Colors of #23CA2D
Black with #23CA2D
Text Example
Text Example
White with #23CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CA2D; }
p { color: rgb(35,202,45); }
H1.HeaderClassName
{
color: #23CA2D;
}
.AnyTagClassName
{
color: #23CA2D;
}
</style>
background-color css
<style>
a { background-color: #23CA2D; }
a { background-color: rgb(35,202,45); }
div.DivClassName
{
background-color: #23CA2D;
}
.BgClassName
{
background-color: #23CA2D;
}
</style>
border-color css
<style>
span { border-color: #23CA2D; }
span { border-color: rgb(35,202,45); }
td.TdClassName
{
border-color: #23CA2D;
}
.TagClassName
{
border-color: #23CA2D;
}
</style>