Shades of Lime Green #23B22D
Tints of Lime Green #23B22D
RGB
CMYK
RGB Variations
Color information
#23B22D (or 0x23B22D) is known color: Lime Green. HEX triplet: 23, B2 and 2D. RGB value is (35,178,45). Sum of RGB (Red+Green+Blue) = 35+178+45=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #23B22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B22D is #DC4DD2. Grayscale: #787878. Windows color (decimal): -14437843 or 2994723. OLE color: 2994723.
HSL color Cylindrical-coordinate representation of color #23B22D: hue angle of 124.2º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B22D is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 178 | 45 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.30 |
| HSL | 124.2º | 0.67% | 0.42% | - |
| HSV(B) | 124.2º | 0.8% | 0.7% | - |
| XYZ | 17.09 | 32.39 | 7.83 | - |
| YUV | 120.08 | 85.62 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 178 | 45 | 0.80 | 0 | 0.75 | 0.30 | 124.2 | 0.67 | 0.42 |
| Hex | 23 | B2 | 2D | 50 | 0 | 4B | 1E | 7C | 43 | 2A |
| Octal | 43 | 262 | 55 | 120 | 0 | 113 | 36 | 174 | 103 | 52 |
| Binary | 100011 | 10110010 | 101101 | 1010000 | 0 | 1001011 | 11110 | 1111100 | 1000011 | 101010 |
Color Harmonies of #23B22D
Complementary color
Monochromatic Colors of #23B22D
Black with #23B22D
Text Example
Text Example
White with #23B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B22D; }
p { color: rgb(35,178,45); }
H1.HeaderClassName
{
color: #23B22D;
}
.AnyTagClassName
{
color: #23B22D;
}
</style>
background-color css
<style>
a { background-color: #23B22D; }
a { background-color: rgb(35,178,45); }
div.DivClassName
{
background-color: #23B22D;
}
.BgClassName
{
background-color: #23B22D;
}
</style>
border-color css
<style>
span { border-color: #23B22D; }
span { border-color: rgb(35,178,45); }
td.TdClassName
{
border-color: #23B22D;
}
.TagClassName
{
border-color: #23B22D;
}
</style>