Shades of Lime Green #3AFE42
Tints of Lime Green #3AFE42
RGB
CMYK
RGB Variations
Color information
#3AFE42 (or 0x3AFE42) is known color: Lime Green. HEX triplet: 3A, FE and 42. RGB value is (58,254,66). Sum of RGB (Red+Green+Blue) = 58+254+66=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 254 (99.61% from 255 or 67.20% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE42 is #C501BD. Grayscale: #AEAEAE. Windows color (decimal): -12911038 or 4390458. OLE color: 4390458.
HSL color Cylindrical-coordinate representation of color #3AFE42: hue angle of 122.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFE42 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 66 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.00 |
| HSL | 122.45º | 0.99% | 0.61% | - |
| HSV(B) | 122.45º | 0.77% | 1% | - |
| XYZ | 38.17 | 72.18 | 17.07 | - |
| YUV | 173.96 | 67.07 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 66 | 0.77 | 0 | 0.74 | 0.00 | 122.45 | 0.99 | 0.61 |
| Hex | 3A | FE | 42 | 4D | 0 | 4A | 0 | 7A | 63 | 3D |
| Octal | 72 | 376 | 102 | 115 | 0 | 112 | 0 | 172 | 143 | 75 |
| Binary | 111010 | 11111110 | 1000010 | 1001101 | 0 | 1001010 | 0 | 1111010 | 1100011 | 111101 |
Color Harmonies of #3AFE42
Complementary color
Monochromatic Colors of #3AFE42
Black with #3AFE42
Text Example
Text Example
White with #3AFE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE42; }
p { color: rgb(58,254,66); }
H1.HeaderClassName
{
color: #3AFE42;
}
.AnyTagClassName
{
color: #3AFE42;
}
</style>
background-color css
<style>
a { background-color: #3AFE42; }
a { background-color: rgb(58,254,66); }
div.DivClassName
{
background-color: #3AFE42;
}
.BgClassName
{
background-color: #3AFE42;
}
</style>
border-color css
<style>
span { border-color: #3AFE42; }
span { border-color: rgb(58,254,66); }
td.TdClassName
{
border-color: #3AFE42;
}
.TagClassName
{
border-color: #3AFE42;
}
</style>