Shades of Lime Green #23BD3E
Tints of Lime Green #23BD3E
RGB
CMYK
RGB Variations
Color information
#23BD3E (or 0x23BD3E) is known color: Lime Green. HEX triplet: 23, BD and 3E. RGB value is (35,189,62). Sum of RGB (Red+Green+Blue) = 35+189+62=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BD3E is #DC42C1. Grayscale: #808080. Windows color (decimal): -14435010 or 4111651. OLE color: 4111651.
HSL color Cylindrical-coordinate representation of color #23BD3E: hue angle of 130.52º 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 #23BD3E is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 62 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.26 |
| HSL | 130.52º | 0.69% | 0.44% | - |
| HSV(B) | 130.52º | 0.81% | 0.74% | - |
| XYZ | 19.76 | 37.1 | 10.68 | - |
| YUV | 128.48 | 90.48 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 62 | 0.81 | 0 | 0.67 | 0.26 | 130.52 | 0.69 | 0.44 |
| Hex | 23 | BD | 3E | 51 | 0 | 43 | 1A | 83 | 45 | 2C |
| Octal | 43 | 275 | 76 | 121 | 0 | 103 | 32 | 203 | 105 | 54 |
| Binary | 100011 | 10111101 | 111110 | 1010001 | 0 | 1000011 | 11010 | 10000011 | 1000101 | 101100 |
Color Harmonies of #23BD3E
Complementary color
Monochromatic Colors of #23BD3E
Black with #23BD3E
Text Example
Text Example
White with #23BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BD3E; }
p { color: rgb(35,189,62); }
H1.HeaderClassName
{
color: #23BD3E;
}
.AnyTagClassName
{
color: #23BD3E;
}
</style>
background-color css
<style>
a { background-color: #23BD3E; }
a { background-color: rgb(35,189,62); }
div.DivClassName
{
background-color: #23BD3E;
}
.BgClassName
{
background-color: #23BD3E;
}
</style>
border-color css
<style>
span { border-color: #23BD3E; }
span { border-color: rgb(35,189,62); }
td.TdClassName
{
border-color: #23BD3E;
}
.TagClassName
{
border-color: #23BD3E;
}
</style>