Shades of Kelly Green #3ABE05
Tints of Kelly Green #3ABE05
RGB
CMYK
RGB Variations
Color information
#3ABE05 (or 0x3ABE05) is known color: Kelly Green. HEX triplet: 3A, BE and 05. RGB value is (58,190,5). Sum of RGB (Red+Green+Blue) = 58+190+5=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 190 (74.61% from 255 or 75.10% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABE05 is #C541FA. Grayscale: #828282. Windows color (decimal): -12927483 or 376378. OLE color: 376378.
HSL color Cylindrical-coordinate representation of color #3ABE05: hue angle of 102.81º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3ABE05 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 5 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.25 |
| HSL | 102.81º | 0.95% | 0.38% | - |
| HSV(B) | 102.81º | 0.97% | 0.75% | - |
| XYZ | 20.19 | 37.74 | 6.36 | - |
| YUV | 129.44 | 57.77 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 5 | 0.69 | 0 | 0.97 | 0.25 | 102.81 | 0.95 | 0.38 |
| Hex | 3A | BE | 5 | 45 | 0 | 61 | 19 | 67 | 5F | 26 |
| Octal | 72 | 276 | 5 | 105 | 0 | 141 | 31 | 147 | 137 | 46 |
| Binary | 111010 | 10111110 | 101 | 1000101 | 0 | 1100001 | 11001 | 1100111 | 1011111 | 100110 |
Color Harmonies of #3ABE05
Complementary color
Monochromatic Colors of #3ABE05
Black with #3ABE05
Text Example
Text Example
White with #3ABE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABE05; }
p { color: rgb(58,190,5); }
H1.HeaderClassName
{
color: #3ABE05;
}
.AnyTagClassName
{
color: #3ABE05;
}
</style>
background-color css
<style>
a { background-color: #3ABE05; }
a { background-color: rgb(58,190,5); }
div.DivClassName
{
background-color: #3ABE05;
}
.BgClassName
{
background-color: #3ABE05;
}
</style>
border-color css
<style>
span { border-color: #3ABE05; }
span { border-color: rgb(58,190,5); }
td.TdClassName
{
border-color: #3ABE05;
}
.TagClassName
{
border-color: #3ABE05;
}
</style>