Shades of Lime Green #23C63C
Tints of Lime Green #23C63C
RGB
CMYK
RGB Variations
Color information
#23C63C (or 0x23C63C) is known color: Lime Green. HEX triplet: 23, C6 and 3C. RGB value is (35,198,60). Sum of RGB (Red+Green+Blue) = 35+198+60=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #23C63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C63C is #DC39C3. Grayscale: #858585. Windows color (decimal): -14432708 or 3982883. OLE color: 3982883.
HSL color Cylindrical-coordinate representation of color #23C63C: hue angle of 129.2º 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 #23C63C is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 198 | 60 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.22 |
| HSL | 129.2º | 0.7% | 0.46% | - |
| HSV(B) | 129.2º | 0.82% | 0.78% | - |
| XYZ | 21.7 | 41.07 | 11.06 | - |
| YUV | 133.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 198 | 60 | 0.82 | 0 | 0.70 | 0.22 | 129.2 | 0.7 | 0.46 |
| Hex | 23 | C6 | 3C | 52 | 0 | 46 | 16 | 81 | 46 | 2E |
| Octal | 43 | 306 | 74 | 122 | 0 | 106 | 26 | 201 | 106 | 56 |
| Binary | 100011 | 11000110 | 111100 | 1010010 | 0 | 1000110 | 10110 | 10000001 | 1000110 | 101110 |
Color Harmonies of #23C63C
Complementary color
Monochromatic Colors of #23C63C
Black with #23C63C
Text Example
Text Example
White with #23C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C63C; }
p { color: rgb(35,198,60); }
H1.HeaderClassName
{
color: #23C63C;
}
.AnyTagClassName
{
color: #23C63C;
}
</style>
background-color css
<style>
a { background-color: #23C63C; }
a { background-color: rgb(35,198,60); }
div.DivClassName
{
background-color: #23C63C;
}
.BgClassName
{
background-color: #23C63C;
}
</style>
border-color css
<style>
span { border-color: #23C63C; }
span { border-color: rgb(35,198,60); }
td.TdClassName
{
border-color: #23C63C;
}
.TagClassName
{
border-color: #23C63C;
}
</style>