Shades of Lime Green #23C62B
Tints of Lime Green #23C62B
RGB
CMYK
RGB Variations
Color information
#23C62B (or 0x23C62B) is known color: Lime Green. HEX triplet: 23, C6 and 2B. RGB value is (35,198,43). Sum of RGB (Red+Green+Blue) = 35+198+43=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 198 (77.73% from 255 or 71.74% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 198 - color contains mainly: green. Hex color #23C62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C62B is #DC39D4. Grayscale: #848484. Windows color (decimal): -14432725 or 2868771. OLE color: 2868771.
HSL color Cylindrical-coordinate representation of color #23C62B: hue angle of 122.94º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C62B is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 198 | 43 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.22 |
| HSL | 122.94º | 0.7% | 0.46% | - |
| HSV(B) | 122.94º | 0.82% | 0.78% | - |
| XYZ | 21.32 | 40.92 | 9.06 | - |
| YUV | 131.59 | 78 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 198 | 43 | 0.82 | 0 | 0.78 | 0.22 | 122.94 | 0.7 | 0.46 |
| Hex | 23 | C6 | 2B | 52 | 0 | 4E | 16 | 7B | 46 | 2E |
| Octal | 43 | 306 | 53 | 122 | 0 | 116 | 26 | 173 | 106 | 56 |
| Binary | 100011 | 11000110 | 101011 | 1010010 | 0 | 1001110 | 10110 | 1111011 | 1000110 | 101110 |
Color Harmonies of #23C62B
Complementary color
Monochromatic Colors of #23C62B
Black with #23C62B
Text Example
Text Example
White with #23C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C62B; }
p { color: rgb(35,198,43); }
H1.HeaderClassName
{
color: #23C62B;
}
.AnyTagClassName
{
color: #23C62B;
}
</style>
background-color css
<style>
a { background-color: #23C62B; }
a { background-color: rgb(35,198,43); }
div.DivClassName
{
background-color: #23C62B;
}
.BgClassName
{
background-color: #23C62B;
}
</style>
border-color css
<style>
span { border-color: #23C62B; }
span { border-color: rgb(35,198,43); }
td.TdClassName
{
border-color: #23C62B;
}
.TagClassName
{
border-color: #23C62B;
}
</style>