Shades of Kelly Green #3AC302
Tints of Kelly Green #3AC302
RGB
CMYK
RGB Variations
Color information
#3AC302 (or 0x3AC302) is known color: Kelly Green. HEX triplet: 3A, C3 and 02. RGB value is (58,195,2). Sum of RGB (Red+Green+Blue) = 58+195+2=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC302 is #C53CFD. Grayscale: #848484. Windows color (decimal): -12926206 or 181050. OLE color: 181050.
HSL color Cylindrical-coordinate representation of color #3AC302: hue angle of 102.59º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AC302 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.24 |
| HSL | 102.59º | 0.98% | 0.39% | - |
| HSV(B) | 102.59º | 0.99% | 0.76% | - |
| XYZ | 21.27 | 39.93 | 6.64 | - |
| YUV | 132.04 | 54.61 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 2 | 0.70 | 0 | 0.99 | 0.24 | 102.59 | 0.98 | 0.39 |
| Hex | 3A | C3 | 2 | 46 | 0 | 63 | 18 | 67 | 62 | 27 |
| Octal | 72 | 303 | 2 | 106 | 0 | 143 | 30 | 147 | 142 | 47 |
| Binary | 111010 | 11000011 | 10 | 1000110 | 0 | 1100011 | 11000 | 1100111 | 1100010 | 100111 |
Color Harmonies of #3AC302
Complementary color
Monochromatic Colors of #3AC302
Black with #3AC302
Text Example
Text Example
White with #3AC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC302; }
p { color: rgb(58,195,2); }
H1.HeaderClassName
{
color: #3AC302;
}
.AnyTagClassName
{
color: #3AC302;
}
</style>
background-color css
<style>
a { background-color: #3AC302; }
a { background-color: rgb(58,195,2); }
div.DivClassName
{
background-color: #3AC302;
}
.BgClassName
{
background-color: #3AC302;
}
</style>
border-color css
<style>
span { border-color: #3AC302; }
span { border-color: rgb(58,195,2); }
td.TdClassName
{
border-color: #3AC302;
}
.TagClassName
{
border-color: #3AC302;
}
</style>