Shades of Lime Green #23C641
Tints of Lime Green #23C641
RGB
CMYK
RGB Variations
Color information
#23C641 (or 0x23C641) is known color: Lime Green. HEX triplet: 23, C6 and 41. RGB value is (35,198,65). Sum of RGB (Red+Green+Blue) = 35+198+65=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 198 (77.73% from 255 or 66.44% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 198 - color contains mainly: green. Hex color #23C641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C641 is #DC39BE. Grayscale: #868686. Windows color (decimal): -14432703 or 4310563. OLE color: 4310563.
HSL color Cylindrical-coordinate representation of color #23C641: hue angle of 131.04º 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 #23C641 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 198 | 65 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.22 |
| HSL | 131.04º | 0.7% | 0.46% | - |
| HSV(B) | 131.04º | 0.82% | 0.78% | - |
| XYZ | 21.84 | 41.13 | 11.79 | - |
| YUV | 134.1 | 89 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 198 | 65 | 0.82 | 0 | 0.67 | 0.22 | 131.04 | 0.7 | 0.46 |
| Hex | 23 | C6 | 41 | 52 | 0 | 43 | 16 | 83 | 46 | 2E |
| Octal | 43 | 306 | 101 | 122 | 0 | 103 | 26 | 203 | 106 | 56 |
| Binary | 100011 | 11000110 | 1000001 | 1010010 | 0 | 1000011 | 10110 | 10000011 | 1000110 | 101110 |
Color Harmonies of #23C641
Complementary color
Monochromatic Colors of #23C641
Black with #23C641
Text Example
Text Example
White with #23C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C641; }
p { color: rgb(35,198,65); }
H1.HeaderClassName
{
color: #23C641;
}
.AnyTagClassName
{
color: #23C641;
}
</style>
background-color css
<style>
a { background-color: #23C641; }
a { background-color: rgb(35,198,65); }
div.DivClassName
{
background-color: #23C641;
}
.BgClassName
{
background-color: #23C641;
}
</style>
border-color css
<style>
span { border-color: #23C641; }
span { border-color: rgb(35,198,65); }
td.TdClassName
{
border-color: #23C641;
}
.TagClassName
{
border-color: #23C641;
}
</style>