Shades of Kelly Green #3AC313
Tints of Kelly Green #3AC313
RGB
CMYK
RGB Variations
Color information
#3AC313 (or 0x3AC313) is known color: Kelly Green. HEX triplet: 3A, C3 and 13. RGB value is (58,195,19). Sum of RGB (Red+Green+Blue) = 58+195+19=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC313 is #C53CEC. Grayscale: #868686. Windows color (decimal): -12926189 or 1295162. OLE color: 1295162.
HSL color Cylindrical-coordinate representation of color #3AC313: hue angle of 106.7º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AC313 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 19 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.24 |
| HSL | 106.7º | 0.82% | 0.42% | - |
| HSV(B) | 106.7º | 0.9% | 0.76% | - |
| XYZ | 21.38 | 39.98 | 7.21 | - |
| YUV | 133.97 | 63.11 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 19 | 0.70 | 0 | 0.90 | 0.24 | 106.7 | 0.82 | 0.42 |
| Hex | 3A | C3 | 13 | 46 | 0 | 5A | 18 | 6B | 52 | 2A |
| Octal | 72 | 303 | 23 | 106 | 0 | 132 | 30 | 153 | 122 | 52 |
| Binary | 111010 | 11000011 | 10011 | 1000110 | 0 | 1011010 | 11000 | 1101011 | 1010010 | 101010 |
Color Harmonies of #3AC313
Complementary color
Monochromatic Colors of #3AC313
Black with #3AC313
Text Example
Text Example
White with #3AC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC313; }
p { color: rgb(58,195,19); }
H1.HeaderClassName
{
color: #3AC313;
}
.AnyTagClassName
{
color: #3AC313;
}
</style>
background-color css
<style>
a { background-color: #3AC313; }
a { background-color: rgb(58,195,19); }
div.DivClassName
{
background-color: #3AC313;
}
.BgClassName
{
background-color: #3AC313;
}
</style>
border-color css
<style>
span { border-color: #3AC313; }
span { border-color: rgb(58,195,19); }
td.TdClassName
{
border-color: #3AC313;
}
.TagClassName
{
border-color: #3AC313;
}
</style>