Shades of Lime Green #23BC3E
Tints of Lime Green #23BC3E
RGB
CMYK
RGB Variations
Color information
#23BC3E (or 0x23BC3E) is known color: Lime Green. HEX triplet: 23, BC and 3E. RGB value is (35,188,62). Sum of RGB (Red+Green+Blue) = 35+188+62=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BC3E is #DC43C1. Grayscale: #808080. Windows color (decimal): -14435266 or 4111395. OLE color: 4111395.
HSL color Cylindrical-coordinate representation of color #23BC3E: hue angle of 130.59º 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 #23BC3E is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 62 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.26 |
| HSL | 130.59º | 0.69% | 0.44% | - |
| HSV(B) | 130.59º | 0.81% | 0.74% | - |
| XYZ | 19.55 | 36.67 | 10.61 | - |
| YUV | 127.89 | 90.81 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 62 | 0.81 | 0 | 0.67 | 0.26 | 130.59 | 0.69 | 0.44 |
| Hex | 23 | BC | 3E | 51 | 0 | 43 | 1A | 83 | 45 | 2C |
| Octal | 43 | 274 | 76 | 121 | 0 | 103 | 32 | 203 | 105 | 54 |
| Binary | 100011 | 10111100 | 111110 | 1010001 | 0 | 1000011 | 11010 | 10000011 | 1000101 | 101100 |
Color Harmonies of #23BC3E
Complementary color
Monochromatic Colors of #23BC3E
Black with #23BC3E
Text Example
Text Example
White with #23BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC3E; }
p { color: rgb(35,188,62); }
H1.HeaderClassName
{
color: #23BC3E;
}
.AnyTagClassName
{
color: #23BC3E;
}
</style>
background-color css
<style>
a { background-color: #23BC3E; }
a { background-color: rgb(35,188,62); }
div.DivClassName
{
background-color: #23BC3E;
}
.BgClassName
{
background-color: #23BC3E;
}
</style>
border-color css
<style>
span { border-color: #23BC3E; }
span { border-color: rgb(35,188,62); }
td.TdClassName
{
border-color: #23BC3E;
}
.TagClassName
{
border-color: #23BC3E;
}
</style>