Shades of Lime Green #23B73D
Tints of Lime Green #23B73D
RGB
CMYK
RGB Variations
Color information
#23B73D (or 0x23B73D) is known color: Lime Green. HEX triplet: 23, B7 and 3D. RGB value is (35,183,61). Sum of RGB (Red+Green+Blue) = 35+183+61=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 183 (71.88% from 255 or 65.59% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 183 - color contains mainly: green. Hex color #23B73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B73D is #DC48C2. Grayscale: #7D7D7D. Windows color (decimal): -14436547 or 4044579. OLE color: 4044579.
HSL color Cylindrical-coordinate representation of color #23B73D: hue angle of 130.54º 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 #23B73D is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 183 | 61 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.28 |
| HSL | 130.54º | 0.68% | 0.43% | - |
| HSV(B) | 130.54º | 0.81% | 0.72% | - |
| XYZ | 18.47 | 34.56 | 10.11 | - |
| YUV | 124.84 | 91.97 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 183 | 61 | 0.81 | 0 | 0.67 | 0.28 | 130.54 | 0.68 | 0.43 |
| Hex | 23 | B7 | 3D | 51 | 0 | 43 | 1C | 83 | 44 | 2B |
| Octal | 43 | 267 | 75 | 121 | 0 | 103 | 34 | 203 | 104 | 53 |
| Binary | 100011 | 10110111 | 111101 | 1010001 | 0 | 1000011 | 11100 | 10000011 | 1000100 | 101011 |
Color Harmonies of #23B73D
Complementary color
Monochromatic Colors of #23B73D
Black with #23B73D
Text Example
Text Example
White with #23B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B73D; }
p { color: rgb(35,183,61); }
H1.HeaderClassName
{
color: #23B73D;
}
.AnyTagClassName
{
color: #23B73D;
}
</style>
background-color css
<style>
a { background-color: #23B73D; }
a { background-color: rgb(35,183,61); }
div.DivClassName
{
background-color: #23B73D;
}
.BgClassName
{
background-color: #23B73D;
}
</style>
border-color css
<style>
span { border-color: #23B73D; }
span { border-color: rgb(35,183,61); }
td.TdClassName
{
border-color: #23B73D;
}
.TagClassName
{
border-color: #23B73D;
}
</style>