Shades of Kelly Green #3BC402
Tints of Kelly Green #3BC402
RGB
CMYK
RGB Variations
Color information
#3BC402 (or 0x3BC402) is known color: Kelly Green. HEX triplet: 3B, C4 and 02. RGB value is (59,196,2). Sum of RGB (Red+Green+Blue) = 59+196+2=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC402 is #C43BFD. Grayscale: #858585. Windows color (decimal): -12860414 or 181307. OLE color: 181307.
HSL color Cylindrical-coordinate representation of color #3BC402: hue angle of 102.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BC402 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.23 |
| HSL | 102.37º | 0.98% | 0.39% | - |
| HSV(B) | 102.37º | 0.99% | 0.77% | - |
| XYZ | 21.55 | 40.41 | 6.72 | - |
| YUV | 132.92 | 54.11 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 2 | 0.70 | 0 | 0.99 | 0.23 | 102.37 | 0.98 | 0.39 |
| Hex | 3B | C4 | 2 | 46 | 0 | 63 | 17 | 66 | 62 | 27 |
| Octal | 73 | 304 | 2 | 106 | 0 | 143 | 27 | 146 | 142 | 47 |
| Binary | 111011 | 11000100 | 10 | 1000110 | 0 | 1100011 | 10111 | 1100110 | 1100010 | 100111 |
Color Harmonies of #3BC402
Complementary color
Monochromatic Colors of #3BC402
Black with #3BC402
Text Example
Text Example
White with #3BC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC402; }
p { color: rgb(59,196,2); }
H1.HeaderClassName
{
color: #3BC402;
}
.AnyTagClassName
{
color: #3BC402;
}
</style>
background-color css
<style>
a { background-color: #3BC402; }
a { background-color: rgb(59,196,2); }
div.DivClassName
{
background-color: #3BC402;
}
.BgClassName
{
background-color: #3BC402;
}
</style>
border-color css
<style>
span { border-color: #3BC402; }
span { border-color: rgb(59,196,2); }
td.TdClassName
{
border-color: #3BC402;
}
.TagClassName
{
border-color: #3BC402;
}
</style>