Shades of Kelly Green #3ABF01
Tints of Kelly Green #3ABF01
RGB
CMYK
RGB Variations
Color information
#3ABF01 (or 0x3ABF01) is known color: Kelly Green. HEX triplet: 3A, BF and 01. RGB value is (58,191,1). Sum of RGB (Red+Green+Blue) = 58+191+1=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABF01 is #C540FE. Grayscale: #828282. Windows color (decimal): -12927231 or 114490. OLE color: 114490.
HSL color Cylindrical-coordinate representation of color #3ABF01: hue angle of 102º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3ABF01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.25 |
| HSL | 102º | 0.99% | 0.38% | - |
| HSV(B) | 102º | 0.99% | 0.75% | - |
| XYZ | 20.38 | 38.16 | 6.32 | - |
| YUV | 129.57 | 55.44 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 1 | 0.70 | 0 | 0.99 | 0.25 | 102 | 0.99 | 0.38 |
| Hex | 3A | BF | 1 | 46 | 0 | 63 | 19 | 66 | 63 | 26 |
| Octal | 72 | 277 | 1 | 106 | 0 | 143 | 31 | 146 | 143 | 46 |
| Binary | 111010 | 10111111 | 1 | 1000110 | 0 | 1100011 | 11001 | 1100110 | 1100011 | 100110 |
Color Harmonies of #3ABF01
Complementary color
Monochromatic Colors of #3ABF01
Black with #3ABF01
Text Example
Text Example
White with #3ABF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABF01; }
p { color: rgb(58,191,1); }
H1.HeaderClassName
{
color: #3ABF01;
}
.AnyTagClassName
{
color: #3ABF01;
}
</style>
background-color css
<style>
a { background-color: #3ABF01; }
a { background-color: rgb(58,191,1); }
div.DivClassName
{
background-color: #3ABF01;
}
.BgClassName
{
background-color: #3ABF01;
}
</style>
border-color css
<style>
span { border-color: #3ABF01; }
span { border-color: rgb(58,191,1); }
td.TdClassName
{
border-color: #3ABF01;
}
.TagClassName
{
border-color: #3ABF01;
}
</style>