Shades of Kelly Green #3ABC07
Tints of Kelly Green #3ABC07
RGB
CMYK
RGB Variations
Color information
#3ABC07 (or 0x3ABC07) is known color: Kelly Green. HEX triplet: 3A, BC and 07. RGB value is (58,188,7). Sum of RGB (Red+Green+Blue) = 58+188+7=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABC07 is #C543F8. Grayscale: #818181. Windows color (decimal): -12927993 or 506938. OLE color: 506938.
HSL color Cylindrical-coordinate representation of color #3ABC07: hue angle of 103.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ABC07 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 7 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.26 |
| HSL | 103.09º | 0.93% | 0.38% | - |
| HSV(B) | 103.09º | 0.96% | 0.74% | - |
| XYZ | 19.77 | 36.88 | 6.28 | - |
| YUV | 128.5 | 59.43 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 7 | 0.69 | 0 | 0.96 | 0.26 | 103.09 | 0.93 | 0.38 |
| Hex | 3A | BC | 7 | 45 | 0 | 60 | 1A | 67 | 5D | 26 |
| Octal | 72 | 274 | 7 | 105 | 0 | 140 | 32 | 147 | 135 | 46 |
| Binary | 111010 | 10111100 | 111 | 1000101 | 0 | 1100000 | 11010 | 1100111 | 1011101 | 100110 |
Color Harmonies of #3ABC07
Complementary color
Monochromatic Colors of #3ABC07
Black with #3ABC07
Text Example
Text Example
White with #3ABC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC07; }
p { color: rgb(58,188,7); }
H1.HeaderClassName
{
color: #3ABC07;
}
.AnyTagClassName
{
color: #3ABC07;
}
</style>
background-color css
<style>
a { background-color: #3ABC07; }
a { background-color: rgb(58,188,7); }
div.DivClassName
{
background-color: #3ABC07;
}
.BgClassName
{
background-color: #3ABC07;
}
</style>
border-color css
<style>
span { border-color: #3ABC07; }
span { border-color: rgb(58,188,7); }
td.TdClassName
{
border-color: #3ABC07;
}
.TagClassName
{
border-color: #3ABC07;
}
</style>