Shades of Kelly Green #3CBE0D
Tints of Kelly Green #3CBE0D
RGB
CMYK
RGB Variations
Color information
#3CBE0D (or 0x3CBE0D) is known color: Kelly Green. HEX triplet: 3C, BE and 0D. RGB value is (60,190,13). Sum of RGB (Red+Green+Blue) = 60+190+13=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 190 (74.61% from 255 or 72.24% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBE0D is #C341F2. Grayscale: #838383. Windows color (decimal): -12796403 or 900668. OLE color: 900668.
HSL color Cylindrical-coordinate representation of color #3CBE0D: hue angle of 104.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CBE0D is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 13 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.25 |
| HSL | 104.07º | 0.87% | 0.4% | - |
| HSV(B) | 104.07º | 0.93% | 0.75% | - |
| XYZ | 20.35 | 37.82 | 6.61 | - |
| YUV | 130.95 | 61.43 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 13 | 0.68 | 0 | 0.93 | 0.25 | 104.07 | 0.87 | 0.4 |
| Hex | 3C | BE | D | 44 | 0 | 5D | 19 | 68 | 57 | 28 |
| Octal | 74 | 276 | 15 | 104 | 0 | 135 | 31 | 150 | 127 | 50 |
| Binary | 111100 | 10111110 | 1101 | 1000100 | 0 | 1011101 | 11001 | 1101000 | 1010111 | 101000 |
Color Harmonies of #3CBE0D
Complementary color
Monochromatic Colors of #3CBE0D
Black with #3CBE0D
Text Example
Text Example
White with #3CBE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE0D; }
p { color: rgb(60,190,13); }
H1.HeaderClassName
{
color: #3CBE0D;
}
.AnyTagClassName
{
color: #3CBE0D;
}
</style>
background-color css
<style>
a { background-color: #3CBE0D; }
a { background-color: rgb(60,190,13); }
div.DivClassName
{
background-color: #3CBE0D;
}
.BgClassName
{
background-color: #3CBE0D;
}
</style>
border-color css
<style>
span { border-color: #3CBE0D; }
span { border-color: rgb(60,190,13); }
td.TdClassName
{
border-color: #3CBE0D;
}
.TagClassName
{
border-color: #3CBE0D;
}
</style>