Shades of Kelly Green #3EBD12
Tints of Kelly Green #3EBD12
RGB
CMYK
RGB Variations
Color information
#3EBD12 (or 0x3EBD12) is known color: Kelly Green. HEX triplet: 3E, BD and 12. RGB value is (62,189,18). Sum of RGB (Red+Green+Blue) = 62+189+18=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 189 (74.22% from 255 or 70.26% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EBD12 is #C142ED. Grayscale: #848484. Windows color (decimal): -12665582 or 1228094. OLE color: 1228094.
HSL color Cylindrical-coordinate representation of color #3EBD12: hue angle of 104.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3EBD12 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 18 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.26 |
| HSL | 104.56º | 0.83% | 0.41% | - |
| HSV(B) | 104.56º | 0.9% | 0.74% | - |
| XYZ | 20.29 | 37.46 | 6.73 | - |
| YUV | 131.53 | 63.92 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 18 | 0.67 | 0 | 0.90 | 0.26 | 104.56 | 0.83 | 0.41 |
| Hex | 3E | BD | 12 | 43 | 0 | 5A | 1A | 69 | 53 | 29 |
| Octal | 76 | 275 | 22 | 103 | 0 | 132 | 32 | 151 | 123 | 51 |
| Binary | 111110 | 10111101 | 10010 | 1000011 | 0 | 1011010 | 11010 | 1101001 | 1010011 | 101001 |
Color Harmonies of #3EBD12
Complementary color
Monochromatic Colors of #3EBD12
Black with #3EBD12
Text Example
Text Example
White with #3EBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBD12; }
p { color: rgb(62,189,18); }
H1.HeaderClassName
{
color: #3EBD12;
}
.AnyTagClassName
{
color: #3EBD12;
}
</style>
background-color css
<style>
a { background-color: #3EBD12; }
a { background-color: rgb(62,189,18); }
div.DivClassName
{
background-color: #3EBD12;
}
.BgClassName
{
background-color: #3EBD12;
}
</style>
border-color css
<style>
span { border-color: #3EBD12; }
span { border-color: rgb(62,189,18); }
td.TdClassName
{
border-color: #3EBD12;
}
.TagClassName
{
border-color: #3EBD12;
}
</style>