Shades of Kelly Green #3AC30D
Tints of Kelly Green #3AC30D
RGB
CMYK
RGB Variations
Color information
#3AC30D (or 0x3AC30D) is known color: Kelly Green. HEX triplet: 3A, C3 and 0D. RGB value is (58,195,13). Sum of RGB (Red+Green+Blue) = 58+195+13=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 195 (76.56% from 255 or 73.31% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC30D is #C53CF2. Grayscale: #858585. Windows color (decimal): -12926195 or 901946. OLE color: 901946.
HSL color Cylindrical-coordinate representation of color #3AC30D: hue angle of 105.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AC30D is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 13 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.24 |
| HSL | 105.16º | 0.88% | 0.41% | - |
| HSV(B) | 105.16º | 0.93% | 0.76% | - |
| XYZ | 21.33 | 39.96 | 6.97 | - |
| YUV | 133.29 | 60.11 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 13 | 0.70 | 0 | 0.93 | 0.24 | 105.16 | 0.88 | 0.41 |
| Hex | 3A | C3 | D | 46 | 0 | 5D | 18 | 69 | 58 | 29 |
| Octal | 72 | 303 | 15 | 106 | 0 | 135 | 30 | 151 | 130 | 51 |
| Binary | 111010 | 11000011 | 1101 | 1000110 | 0 | 1011101 | 11000 | 1101001 | 1011000 | 101001 |
Color Harmonies of #3AC30D
Complementary color
Monochromatic Colors of #3AC30D
Black with #3AC30D
Text Example
Text Example
White with #3AC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC30D; }
p { color: rgb(58,195,13); }
H1.HeaderClassName
{
color: #3AC30D;
}
.AnyTagClassName
{
color: #3AC30D;
}
</style>
background-color css
<style>
a { background-color: #3AC30D; }
a { background-color: rgb(58,195,13); }
div.DivClassName
{
background-color: #3AC30D;
}
.BgClassName
{
background-color: #3AC30D;
}
</style>
border-color css
<style>
span { border-color: #3AC30D; }
span { border-color: rgb(58,195,13); }
td.TdClassName
{
border-color: #3AC30D;
}
.TagClassName
{
border-color: #3AC30D;
}
</style>