Shades of Kelly Green #3AC41C
Tints of Kelly Green #3AC41C
RGB
CMYK
RGB Variations
Color information
#3AC41C (or 0x3AC41C) is known color: Kelly Green. HEX triplet: 3A, C4 and 1C. RGB value is (58,196,28). Sum of RGB (Red+Green+Blue) = 58+196+28=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC41C is #C53BE3. Grayscale: #888888. Windows color (decimal): -12925924 or 1885242. OLE color: 1885242.
HSL color Cylindrical-coordinate representation of color #3AC41C: hue angle of 109.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AC41C is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 28 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.23 |
| HSL | 109.29º | 0.75% | 0.44% | - |
| HSV(B) | 109.29º | 0.86% | 0.77% | - |
| XYZ | 21.69 | 40.46 | 7.77 | - |
| YUV | 135.59 | 67.28 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 28 | 0.70 | 0 | 0.86 | 0.23 | 109.29 | 0.75 | 0.44 |
| Hex | 3A | C4 | 1C | 46 | 0 | 56 | 17 | 6D | 4B | 2C |
| Octal | 72 | 304 | 34 | 106 | 0 | 126 | 27 | 155 | 113 | 54 |
| Binary | 111010 | 11000100 | 11100 | 1000110 | 0 | 1010110 | 10111 | 1101101 | 1001011 | 101100 |
Color Harmonies of #3AC41C
Complementary color
Monochromatic Colors of #3AC41C
Black with #3AC41C
Text Example
Text Example
White with #3AC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC41C; }
p { color: rgb(58,196,28); }
H1.HeaderClassName
{
color: #3AC41C;
}
.AnyTagClassName
{
color: #3AC41C;
}
</style>
background-color css
<style>
a { background-color: #3AC41C; }
a { background-color: rgb(58,196,28); }
div.DivClassName
{
background-color: #3AC41C;
}
.BgClassName
{
background-color: #3AC41C;
}
</style>
border-color css
<style>
span { border-color: #3AC41C; }
span { border-color: rgb(58,196,28); }
td.TdClassName
{
border-color: #3AC41C;
}
.TagClassName
{
border-color: #3AC41C;
}
</style>