Shades of Kelly Green #23BC02
Tints of Kelly Green #23BC02
RGB
CMYK
RGB Variations
Color information
#23BC02 (or 0x23BC02) is known color: Kelly Green. HEX triplet: 23, BC and 02. RGB value is (35,188,2). Sum of RGB (Red+Green+Blue) = 35+188+2=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BC02 is #DC43FD. Grayscale: #797979. Windows color (decimal): -14435326 or 179235. OLE color: 179235.
HSL color Cylindrical-coordinate representation of color #23BC02: hue angle of 109.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23BC02 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.26 |
| HSL | 109.35º | 0.98% | 0.37% | - |
| HSV(B) | 109.35º | 0.99% | 0.74% | - |
| XYZ | 18.69 | 36.33 | 6.08 | - |
| YUV | 121.05 | 60.81 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 2 | 0.81 | 0 | 0.99 | 0.26 | 109.35 | 0.98 | 0.37 |
| Hex | 23 | BC | 2 | 51 | 0 | 63 | 1A | 6D | 62 | 25 |
| Octal | 43 | 274 | 2 | 121 | 0 | 143 | 32 | 155 | 142 | 45 |
| Binary | 100011 | 10111100 | 10 | 1010001 | 0 | 1100011 | 11010 | 1101101 | 1100010 | 100101 |
Color Harmonies of #23BC02
Complementary color
Monochromatic Colors of #23BC02
Black with #23BC02
Text Example
Text Example
White with #23BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC02; }
p { color: rgb(35,188,2); }
H1.HeaderClassName
{
color: #23BC02;
}
.AnyTagClassName
{
color: #23BC02;
}
</style>
background-color css
<style>
a { background-color: #23BC02; }
a { background-color: rgb(35,188,2); }
div.DivClassName
{
background-color: #23BC02;
}
.BgClassName
{
background-color: #23BC02;
}
</style>
border-color css
<style>
span { border-color: #23BC02; }
span { border-color: rgb(35,188,2); }
td.TdClassName
{
border-color: #23BC02;
}
.TagClassName
{
border-color: #23BC02;
}
</style>