Shades of Kelly Green #3CCA1E
Tints of Kelly Green #3CCA1E
RGB
CMYK
RGB Variations
Color information
#3CCA1E (or 0x3CCA1E) is known color: Kelly Green. HEX triplet: 3C, CA and 1E. RGB value is (60,202,30). Sum of RGB (Red+Green+Blue) = 60+202+30=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 202 (79.30% from 255 or 69.18% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA1E is #C335E1. Grayscale: #8C8C8C. Windows color (decimal): -12793314 or 2017852. OLE color: 2017852.
HSL color Cylindrical-coordinate representation of color #3CCA1E: hue angle of 109.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CCA1E is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 30 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.21 |
| HSL | 109.53º | 0.74% | 0.45% | - |
| HSV(B) | 109.53º | 0.85% | 0.79% | - |
| XYZ | 23.22 | 43.3 | 8.36 | - |
| YUV | 139.93 | 65.96 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 30 | 0.70 | 0 | 0.85 | 0.21 | 109.53 | 0.74 | 0.45 |
| Hex | 3C | CA | 1E | 46 | 0 | 55 | 15 | 6E | 4A | 2D |
| Octal | 74 | 312 | 36 | 106 | 0 | 125 | 25 | 156 | 112 | 55 |
| Binary | 111100 | 11001010 | 11110 | 1000110 | 0 | 1010101 | 10101 | 1101110 | 1001010 | 101101 |
Color Harmonies of #3CCA1E
Complementary color
Monochromatic Colors of #3CCA1E
Black with #3CCA1E
Text Example
Text Example
White with #3CCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA1E; }
p { color: rgb(60,202,30); }
H1.HeaderClassName
{
color: #3CCA1E;
}
.AnyTagClassName
{
color: #3CCA1E;
}
</style>
background-color css
<style>
a { background-color: #3CCA1E; }
a { background-color: rgb(60,202,30); }
div.DivClassName
{
background-color: #3CCA1E;
}
.BgClassName
{
background-color: #3CCA1E;
}
</style>
border-color css
<style>
span { border-color: #3CCA1E; }
span { border-color: rgb(60,202,30); }
td.TdClassName
{
border-color: #3CCA1E;
}
.TagClassName
{
border-color: #3CCA1E;
}
</style>