Shades of Kelly Green #3CD30B
Tints of Kelly Green #3CD30B
RGB
CMYK
RGB Variations
Color information
#3CD30B (or 0x3CD30B) is known color: Kelly Green. HEX triplet: 3C, D3 and 0B. RGB value is (60,211,11). Sum of RGB (Red+Green+Blue) = 60+211+11=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 211 (82.81% from 255 or 74.82% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD30B is #C32CF4. Grayscale: #8F8F8F. Windows color (decimal): -12791029 or 774972. OLE color: 774972.
HSL color Cylindrical-coordinate representation of color #3CD30B: hue angle of 105.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CD30B is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 11 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.17 |
| HSL | 105.3º | 0.9% | 0.44% | - |
| HSV(B) | 105.3º | 0.95% | 0.83% | - |
| XYZ | 25.22 | 47.57 | 8.17 | - |
| YUV | 143.05 | 53.47 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 11 | 0.72 | 0 | 0.95 | 0.17 | 105.3 | 0.9 | 0.44 |
| Hex | 3C | D3 | B | 48 | 0 | 5F | 11 | 69 | 5A | 2C |
| Octal | 74 | 323 | 13 | 110 | 0 | 137 | 21 | 151 | 132 | 54 |
| Binary | 111100 | 11010011 | 1011 | 1001000 | 0 | 1011111 | 10001 | 1101001 | 1011010 | 101100 |
Color Harmonies of #3CD30B
Complementary color
Monochromatic Colors of #3CD30B
Black with #3CD30B
Text Example
Text Example
White with #3CD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD30B; }
p { color: rgb(60,211,11); }
H1.HeaderClassName
{
color: #3CD30B;
}
.AnyTagClassName
{
color: #3CD30B;
}
</style>
background-color css
<style>
a { background-color: #3CD30B; }
a { background-color: rgb(60,211,11); }
div.DivClassName
{
background-color: #3CD30B;
}
.BgClassName
{
background-color: #3CD30B;
}
</style>
border-color css
<style>
span { border-color: #3CD30B; }
span { border-color: rgb(60,211,11); }
td.TdClassName
{
border-color: #3CD30B;
}
.TagClassName
{
border-color: #3CD30B;
}
</style>