Shades of Lime Green #3AFB3E
Tints of Lime Green #3AFB3E
RGB
CMYK
RGB Variations
Color information
#3AFB3E (or 0x3AFB3E) is known color: Lime Green. HEX triplet: 3A, FB and 3E. RGB value is (58,251,62). Sum of RGB (Red+Green+Blue) = 58+251+62=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFB3E is #C504C1. Grayscale: #ACACAC. Windows color (decimal): -12911810 or 4127546. OLE color: 4127546.
HSL color Cylindrical-coordinate representation of color #3AFB3E: hue angle of 121.24º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB3E is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 62 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.02 |
| HSL | 121.24º | 0.96% | 0.61% | - |
| HSV(B) | 121.24º | 0.77% | 0.98% | - |
| XYZ | 37.11 | 70.24 | 16.16 | - |
| YUV | 171.75 | 66.06 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 62 | 0.77 | 0 | 0.75 | 0.02 | 121.24 | 0.96 | 0.61 |
| Hex | 3A | FB | 3E | 4D | 0 | 4B | 2 | 79 | 60 | 3D |
| Octal | 72 | 373 | 76 | 115 | 0 | 113 | 2 | 171 | 140 | 75 |
| Binary | 111010 | 11111011 | 111110 | 1001101 | 0 | 1001011 | 10 | 1111001 | 1100000 | 111101 |
Color Harmonies of #3AFB3E
Complementary color
Monochromatic Colors of #3AFB3E
Black with #3AFB3E
Text Example
Text Example
White with #3AFB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB3E; }
p { color: rgb(58,251,62); }
H1.HeaderClassName
{
color: #3AFB3E;
}
.AnyTagClassName
{
color: #3AFB3E;
}
</style>
background-color css
<style>
a { background-color: #3AFB3E; }
a { background-color: rgb(58,251,62); }
div.DivClassName
{
background-color: #3AFB3E;
}
.BgClassName
{
background-color: #3AFB3E;
}
</style>
border-color css
<style>
span { border-color: #3AFB3E; }
span { border-color: rgb(58,251,62); }
td.TdClassName
{
border-color: #3AFB3E;
}
.TagClassName
{
border-color: #3AFB3E;
}
</style>