Shades of Lime Green #3AFE3C
Tints of Lime Green #3AFE3C
RGB
CMYK
RGB Variations
Color information
#3AFE3C (or 0x3AFE3C) is known color: Lime Green. HEX triplet: 3A, FE and 3C. RGB value is (58,254,60). Sum of RGB (Red+Green+Blue) = 58+254+60=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 254 (99.61% from 255 or 68.28% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE3C is #C501C3. Grayscale: #ADADAD. Windows color (decimal): -12911044 or 3997242. OLE color: 3997242.
HSL color Cylindrical-coordinate representation of color #3AFE3C: hue angle of 120.61º 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 #3AFE3C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 60 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.00 |
| HSL | 120.61º | 0.99% | 0.61% | - |
| HSV(B) | 120.61º | 0.77% | 1% | - |
| XYZ | 38 | 72.11 | 16.19 | - |
| YUV | 173.28 | 64.07 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 60 | 0.77 | 0 | 0.76 | 0.00 | 120.61 | 0.99 | 0.61 |
| Hex | 3A | FE | 3C | 4D | 0 | 4C | 0 | 79 | 63 | 3D |
| Octal | 72 | 376 | 74 | 115 | 0 | 114 | 0 | 171 | 143 | 75 |
| Binary | 111010 | 11111110 | 111100 | 1001101 | 0 | 1001100 | 0 | 1111001 | 1100011 | 111101 |
Color Harmonies of #3AFE3C
Complementary color
Monochromatic Colors of #3AFE3C
Black with #3AFE3C
Text Example
Text Example
White with #3AFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE3C; }
p { color: rgb(58,254,60); }
H1.HeaderClassName
{
color: #3AFE3C;
}
.AnyTagClassName
{
color: #3AFE3C;
}
</style>
background-color css
<style>
a { background-color: #3AFE3C; }
a { background-color: rgb(58,254,60); }
div.DivClassName
{
background-color: #3AFE3C;
}
.BgClassName
{
background-color: #3AFE3C;
}
</style>
border-color css
<style>
span { border-color: #3AFE3C; }
span { border-color: rgb(58,254,60); }
td.TdClassName
{
border-color: #3AFE3C;
}
.TagClassName
{
border-color: #3AFE3C;
}
</style>