Shades of Lime Green #3AFE43
Tints of Lime Green #3AFE43
RGB
CMYK
RGB Variations
Color information
#3AFE43 (or 0x3AFE43) is known color: Lime Green. HEX triplet: 3A, FE and 43. RGB value is (58,254,67). Sum of RGB (Red+Green+Blue) = 58+254+67=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE43 is #C501BC. Grayscale: #AEAEAE. Windows color (decimal): -12911037 or 4455994. OLE color: 4455994.
HSL color Cylindrical-coordinate representation of color #3AFE43: hue angle of 122.76º 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 #3AFE43 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 67 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.00 |
| HSL | 122.76º | 0.99% | 0.61% | - |
| HSV(B) | 122.76º | 0.77% | 1% | - |
| XYZ | 38.2 | 72.19 | 17.23 | - |
| YUV | 174.08 | 67.57 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 67 | 0.77 | 0 | 0.74 | 0.00 | 122.76 | 0.99 | 0.61 |
| Hex | 3A | FE | 43 | 4D | 0 | 4A | 0 | 7B | 63 | 3D |
| Octal | 72 | 376 | 103 | 115 | 0 | 112 | 0 | 173 | 143 | 75 |
| Binary | 111010 | 11111110 | 1000011 | 1001101 | 0 | 1001010 | 0 | 1111011 | 1100011 | 111101 |
Color Harmonies of #3AFE43
Complementary color
Monochromatic Colors of #3AFE43
Black with #3AFE43
Text Example
Text Example
White with #3AFE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE43; }
p { color: rgb(58,254,67); }
H1.HeaderClassName
{
color: #3AFE43;
}
.AnyTagClassName
{
color: #3AFE43;
}
</style>
background-color css
<style>
a { background-color: #3AFE43; }
a { background-color: rgb(58,254,67); }
div.DivClassName
{
background-color: #3AFE43;
}
.BgClassName
{
background-color: #3AFE43;
}
</style>
border-color css
<style>
span { border-color: #3AFE43; }
span { border-color: rgb(58,254,67); }
td.TdClassName
{
border-color: #3AFE43;
}
.TagClassName
{
border-color: #3AFE43;
}
</style>