Shades of Lime Green #3AFD3C
Tints of Lime Green #3AFD3C
RGB
CMYK
RGB Variations
Color information
#3AFD3C (or 0x3AFD3C) is known color: Lime Green. HEX triplet: 3A, FD and 3C. RGB value is (58,253,60). Sum of RGB (Red+Green+Blue) = 58+253+60=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFD3C is #C502C3. Grayscale: #ADADAD. Windows color (decimal): -12911300 or 3996986. OLE color: 3996986.
HSL color Cylindrical-coordinate representation of color #3AFD3C: hue angle of 120.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFD3C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 60 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.01 |
| HSL | 120.62º | 0.98% | 0.61% | - |
| HSV(B) | 120.62º | 0.77% | 0.99% | - |
| XYZ | 37.69 | 71.48 | 16.09 | - |
| YUV | 172.69 | 64.4 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 60 | 0.77 | 0 | 0.76 | 0.01 | 120.62 | 0.98 | 0.61 |
| Hex | 3A | FD | 3C | 4D | 0 | 4C | 1 | 79 | 62 | 3D |
| Octal | 72 | 375 | 74 | 115 | 0 | 114 | 1 | 171 | 142 | 75 |
| Binary | 111010 | 11111101 | 111100 | 1001101 | 0 | 1001100 | 1 | 1111001 | 1100010 | 111101 |
Color Harmonies of #3AFD3C
Complementary color
Monochromatic Colors of #3AFD3C
Black with #3AFD3C
Text Example
Text Example
White with #3AFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFD3C; }
p { color: rgb(58,253,60); }
H1.HeaderClassName
{
color: #3AFD3C;
}
.AnyTagClassName
{
color: #3AFD3C;
}
</style>
background-color css
<style>
a { background-color: #3AFD3C; }
a { background-color: rgb(58,253,60); }
div.DivClassName
{
background-color: #3AFD3C;
}
.BgClassName
{
background-color: #3AFD3C;
}
</style>
border-color css
<style>
span { border-color: #3AFD3C; }
span { border-color: rgb(58,253,60); }
td.TdClassName
{
border-color: #3AFD3C;
}
.TagClassName
{
border-color: #3AFD3C;
}
</style>