Shades of Kelly Green #3CB80A
Tints of Kelly Green #3CB80A
RGB
CMYK
RGB Variations
Color information
#3CB80A (or 0x3CB80A) is known color: Kelly Green. HEX triplet: 3C, B8 and 0A. RGB value is (60,184,10). Sum of RGB (Red+Green+Blue) = 60+184+10=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 184 (72.27% from 255 or 72.44% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB80A is #C347F5. Grayscale: #7F7F7F. Windows color (decimal): -12797942 or 702524. OLE color: 702524.
HSL color Cylindrical-coordinate representation of color #3CB80A: hue angle of 102.76º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CB80A is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 10 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.28 |
| HSL | 102.76º | 0.9% | 0.38% | - |
| HSV(B) | 102.76º | 0.95% | 0.72% | - |
| XYZ | 19.06 | 35.26 | 6.09 | - |
| YUV | 127.09 | 61.92 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 10 | 0.67 | 0 | 0.95 | 0.28 | 102.76 | 0.9 | 0.38 |
| Hex | 3C | B8 | A | 43 | 0 | 5F | 1C | 67 | 5A | 26 |
| Octal | 74 | 270 | 12 | 103 | 0 | 137 | 34 | 147 | 132 | 46 |
| Binary | 111100 | 10111000 | 1010 | 1000011 | 0 | 1011111 | 11100 | 1100111 | 1011010 | 100110 |
Color Harmonies of #3CB80A
Complementary color
Monochromatic Colors of #3CB80A
Black with #3CB80A
Text Example
Text Example
White with #3CB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB80A; }
p { color: rgb(60,184,10); }
H1.HeaderClassName
{
color: #3CB80A;
}
.AnyTagClassName
{
color: #3CB80A;
}
</style>
background-color css
<style>
a { background-color: #3CB80A; }
a { background-color: rgb(60,184,10); }
div.DivClassName
{
background-color: #3CB80A;
}
.BgClassName
{
background-color: #3CB80A;
}
</style>
border-color css
<style>
span { border-color: #3CB80A; }
span { border-color: rgb(60,184,10); }
td.TdClassName
{
border-color: #3CB80A;
}
.TagClassName
{
border-color: #3CB80A;
}
</style>