Shades of Lime Green #23B83A
Tints of Lime Green #23B83A
RGB
CMYK
RGB Variations
Color information
#23B83A (or 0x23B83A) is known color: Lime Green. HEX triplet: 23, B8 and 3A. RGB value is (35,184,58). Sum of RGB (Red+Green+Blue) = 35+184+58=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 184 (72.27% from 255 or 66.43% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 184 - color contains mainly: green. Hex color #23B83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B83A is #DC47C5. Grayscale: #7D7D7D. Windows color (decimal): -14436294 or 3848227. OLE color: 3848227.
HSL color Cylindrical-coordinate representation of color #23B83A: hue angle of 129.26º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B83A is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 184 | 58 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.28 |
| HSL | 129.26º | 0.68% | 0.43% | - |
| HSV(B) | 129.26º | 0.81% | 0.72% | - |
| XYZ | 18.6 | 34.94 | 9.77 | - |
| YUV | 125.09 | 90.14 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 184 | 58 | 0.81 | 0 | 0.68 | 0.28 | 129.26 | 0.68 | 0.43 |
| Hex | 23 | B8 | 3A | 51 | 0 | 44 | 1C | 81 | 44 | 2B |
| Octal | 43 | 270 | 72 | 121 | 0 | 104 | 34 | 201 | 104 | 53 |
| Binary | 100011 | 10111000 | 111010 | 1010001 | 0 | 1000100 | 11100 | 10000001 | 1000100 | 101011 |
Color Harmonies of #23B83A
Complementary color
Monochromatic Colors of #23B83A
Black with #23B83A
Text Example
Text Example
White with #23B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B83A; }
p { color: rgb(35,184,58); }
H1.HeaderClassName
{
color: #23B83A;
}
.AnyTagClassName
{
color: #23B83A;
}
</style>
background-color css
<style>
a { background-color: #23B83A; }
a { background-color: rgb(35,184,58); }
div.DivClassName
{
background-color: #23B83A;
}
.BgClassName
{
background-color: #23B83A;
}
</style>
border-color css
<style>
span { border-color: #23B83A; }
span { border-color: rgb(35,184,58); }
td.TdClassName
{
border-color: #23B83A;
}
.TagClassName
{
border-color: #23B83A;
}
</style>