Shades of Lime Green #23BD44
Tints of Lime Green #23BD44
RGB
CMYK
RGB Variations
Color information
#23BD44 (or 0x23BD44) is known color: Lime Green. HEX triplet: 23, BD and 44. RGB value is (35,189,68). Sum of RGB (Red+Green+Blue) = 35+189+68=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BD44 is #DC42BB. Grayscale: #818181. Windows color (decimal): -14435004 or 4504867. OLE color: 4504867.
HSL color Cylindrical-coordinate representation of color #23BD44: hue angle of 132.86º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BD44 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 68 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.26 |
| HSL | 132.86º | 0.69% | 0.44% | - |
| HSV(B) | 132.86º | 0.81% | 0.74% | - |
| XYZ | 19.93 | 37.17 | 11.59 | - |
| YUV | 129.16 | 93.48 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 68 | 0.81 | 0 | 0.64 | 0.26 | 132.86 | 0.69 | 0.44 |
| Hex | 23 | BD | 44 | 51 | 0 | 40 | 1A | 85 | 45 | 2C |
| Octal | 43 | 275 | 104 | 121 | 0 | 100 | 32 | 205 | 105 | 54 |
| Binary | 100011 | 10111101 | 1000100 | 1010001 | 0 | 1000000 | 11010 | 10000101 | 1000101 | 101100 |
Color Harmonies of #23BD44
Complementary color
Monochromatic Colors of #23BD44
Black with #23BD44
Text Example
Text Example
White with #23BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BD44; }
p { color: rgb(35,189,68); }
H1.HeaderClassName
{
color: #23BD44;
}
.AnyTagClassName
{
color: #23BD44;
}
</style>
background-color css
<style>
a { background-color: #23BD44; }
a { background-color: rgb(35,189,68); }
div.DivClassName
{
background-color: #23BD44;
}
.BgClassName
{
background-color: #23BD44;
}
</style>
border-color css
<style>
span { border-color: #23BD44; }
span { border-color: rgb(35,189,68); }
td.TdClassName
{
border-color: #23BD44;
}
.TagClassName
{
border-color: #23BD44;
}
</style>