Shades of Kelly Green #3ABC04
Tints of Kelly Green #3ABC04
RGB
CMYK
RGB Variations
Color information
#3ABC04 (or 0x3ABC04) is known color: Kelly Green. HEX triplet: 3A, BC and 04. RGB value is (58,188,4). Sum of RGB (Red+Green+Blue) = 58+188+4=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABC04 is #C543FB. Grayscale: #808080. Windows color (decimal): -12927996 or 310330. OLE color: 310330.
HSL color Cylindrical-coordinate representation of color #3ABC04: hue angle of 102.39º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3ABC04 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 4 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.26 |
| HSL | 102.39º | 0.96% | 0.38% | - |
| HSV(B) | 102.39º | 0.98% | 0.74% | - |
| XYZ | 19.75 | 36.87 | 6.19 | - |
| YUV | 128.15 | 57.93 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 4 | 0.69 | 0 | 0.98 | 0.26 | 102.39 | 0.96 | 0.38 |
| Hex | 3A | BC | 4 | 45 | 0 | 62 | 1A | 66 | 60 | 26 |
| Octal | 72 | 274 | 4 | 105 | 0 | 142 | 32 | 146 | 140 | 46 |
| Binary | 111010 | 10111100 | 100 | 1000101 | 0 | 1100010 | 11010 | 1100110 | 1100000 | 100110 |
Color Harmonies of #3ABC04
Complementary color
Monochromatic Colors of #3ABC04
Black with #3ABC04
Text Example
Text Example
White with #3ABC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC04; }
p { color: rgb(58,188,4); }
H1.HeaderClassName
{
color: #3ABC04;
}
.AnyTagClassName
{
color: #3ABC04;
}
</style>
background-color css
<style>
a { background-color: #3ABC04; }
a { background-color: rgb(58,188,4); }
div.DivClassName
{
background-color: #3ABC04;
}
.BgClassName
{
background-color: #3ABC04;
}
</style>
border-color css
<style>
span { border-color: #3ABC04; }
span { border-color: rgb(58,188,4); }
td.TdClassName
{
border-color: #3ABC04;
}
.TagClassName
{
border-color: #3ABC04;
}
</style>