Shades of Kelly Green #3AC30F
Tints of Kelly Green #3AC30F
RGB
CMYK
RGB Variations
Color information
#3AC30F (or 0x3AC30F) is known color: Kelly Green. HEX triplet: 3A, C3 and 0F. RGB value is (58,195,15). Sum of RGB (Red+Green+Blue) = 58+195+15=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC30F is #C53CF0. Grayscale: #868686. Windows color (decimal): -12926193 or 1033018. OLE color: 1033018.
HSL color Cylindrical-coordinate representation of color #3AC30F: hue angle of 105.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AC30F is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 15 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.24 |
| HSL | 105.67º | 0.86% | 0.41% | - |
| HSV(B) | 105.67º | 0.92% | 0.76% | - |
| XYZ | 21.35 | 39.96 | 7.04 | - |
| YUV | 133.52 | 61.11 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 15 | 0.70 | 0 | 0.92 | 0.24 | 105.67 | 0.86 | 0.41 |
| Hex | 3A | C3 | F | 46 | 0 | 5C | 18 | 6A | 56 | 29 |
| Octal | 72 | 303 | 17 | 106 | 0 | 134 | 30 | 152 | 126 | 51 |
| Binary | 111010 | 11000011 | 1111 | 1000110 | 0 | 1011100 | 11000 | 1101010 | 1010110 | 101001 |
Color Harmonies of #3AC30F
Complementary color
Monochromatic Colors of #3AC30F
Black with #3AC30F
Text Example
Text Example
White with #3AC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC30F; }
p { color: rgb(58,195,15); }
H1.HeaderClassName
{
color: #3AC30F;
}
.AnyTagClassName
{
color: #3AC30F;
}
</style>
background-color css
<style>
a { background-color: #3AC30F; }
a { background-color: rgb(58,195,15); }
div.DivClassName
{
background-color: #3AC30F;
}
.BgClassName
{
background-color: #3AC30F;
}
</style>
border-color css
<style>
span { border-color: #3AC30F; }
span { border-color: rgb(58,195,15); }
td.TdClassName
{
border-color: #3AC30F;
}
.TagClassName
{
border-color: #3AC30F;
}
</style>