Shades of Kelly Green #3CBE12
Tints of Kelly Green #3CBE12
RGB
CMYK
RGB Variations
Color information
#3CBE12 (or 0x3CBE12) is known color: Kelly Green. HEX triplet: 3C, BE and 12. RGB value is (60,190,18). Sum of RGB (Red+Green+Blue) = 60+190+18=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBE12 is #C341ED. Grayscale: #848484. Windows color (decimal): -12796398 or 1228348. OLE color: 1228348.
HSL color Cylindrical-coordinate representation of color #3CBE12: hue angle of 105.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CBE12 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 18 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.25 |
| HSL | 105.35º | 0.83% | 0.41% | - |
| HSV(B) | 105.35º | 0.91% | 0.75% | - |
| XYZ | 20.39 | 37.83 | 6.8 | - |
| YUV | 131.52 | 63.93 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 18 | 0.68 | 0 | 0.91 | 0.25 | 105.35 | 0.83 | 0.41 |
| Hex | 3C | BE | 12 | 44 | 0 | 5B | 19 | 69 | 53 | 29 |
| Octal | 74 | 276 | 22 | 104 | 0 | 133 | 31 | 151 | 123 | 51 |
| Binary | 111100 | 10111110 | 10010 | 1000100 | 0 | 1011011 | 11001 | 1101001 | 1010011 | 101001 |
Color Harmonies of #3CBE12
Complementary color
Monochromatic Colors of #3CBE12
Black with #3CBE12
Text Example
Text Example
White with #3CBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE12; }
p { color: rgb(60,190,18); }
H1.HeaderClassName
{
color: #3CBE12;
}
.AnyTagClassName
{
color: #3CBE12;
}
</style>
background-color css
<style>
a { background-color: #3CBE12; }
a { background-color: rgb(60,190,18); }
div.DivClassName
{
background-color: #3CBE12;
}
.BgClassName
{
background-color: #3CBE12;
}
</style>
border-color css
<style>
span { border-color: #3CBE12; }
span { border-color: rgb(60,190,18); }
td.TdClassName
{
border-color: #3CBE12;
}
.TagClassName
{
border-color: #3CBE12;
}
</style>