Shades of Lime Green #3AFE44
Tints of Lime Green #3AFE44
RGB
CMYK
RGB Variations
Color information
#3AFE44 (or 0x3AFE44) is known color: Lime Green. HEX triplet: 3A, FE and 44. RGB value is (58,254,68). Sum of RGB (Red+Green+Blue) = 58+254+68=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE44 is #C501BB. Grayscale: #AEAEAE. Windows color (decimal): -12911036 or 4521530. OLE color: 4521530.
HSL color Cylindrical-coordinate representation of color #3AFE44: hue angle of 123.06º 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 #3AFE44 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 68 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.00 |
| HSL | 123.06º | 0.99% | 0.61% | - |
| HSV(B) | 123.06º | 0.77% | 1% | - |
| XYZ | 38.23 | 72.2 | 17.39 | - |
| YUV | 174.19 | 68.07 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 68 | 0.77 | 0 | 0.73 | 0.00 | 123.06 | 0.99 | 0.61 |
| Hex | 3A | FE | 44 | 4D | 0 | 49 | 0 | 7B | 63 | 3D |
| Octal | 72 | 376 | 104 | 115 | 0 | 111 | 0 | 173 | 143 | 75 |
| Binary | 111010 | 11111110 | 1000100 | 1001101 | 0 | 1001001 | 0 | 1111011 | 1100011 | 111101 |
Color Harmonies of #3AFE44
Complementary color
Monochromatic Colors of #3AFE44
Black with #3AFE44
Text Example
Text Example
White with #3AFE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE44; }
p { color: rgb(58,254,68); }
H1.HeaderClassName
{
color: #3AFE44;
}
.AnyTagClassName
{
color: #3AFE44;
}
</style>
background-color css
<style>
a { background-color: #3AFE44; }
a { background-color: rgb(58,254,68); }
div.DivClassName
{
background-color: #3AFE44;
}
.BgClassName
{
background-color: #3AFE44;
}
</style>
border-color css
<style>
span { border-color: #3AFE44; }
span { border-color: rgb(58,254,68); }
td.TdClassName
{
border-color: #3AFE44;
}
.TagClassName
{
border-color: #3AFE44;
}
</style>