Shades of Lime Green #3AF843
Tints of Lime Green #3AF843
RGB
CMYK
RGB Variations
Color information
#3AF843 (or 0x3AF843) is known color: Lime Green. HEX triplet: 3A, F8 and 43. RGB value is (58,248,67). Sum of RGB (Red+Green+Blue) = 58+248+67=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF843 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF843 is #C507BC. Grayscale: #ABABAB. Windows color (decimal): -12912573 or 4454458. OLE color: 4454458.
HSL color Cylindrical-coordinate representation of color #3AF843: hue angle of 122.84º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF843 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 67 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.03 |
| HSL | 122.84º | 0.93% | 0.6% | - |
| HSV(B) | 122.84º | 0.77% | 0.97% | - |
| XYZ | 36.33 | 68.44 | 16.61 | - |
| YUV | 170.56 | 69.55 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 67 | 0.77 | 0 | 0.73 | 0.03 | 122.84 | 0.93 | 0.6 |
| Hex | 3A | F8 | 43 | 4D | 0 | 49 | 3 | 7B | 5D | 3C |
| Octal | 72 | 370 | 103 | 115 | 0 | 111 | 3 | 173 | 135 | 74 |
| Binary | 111010 | 11111000 | 1000011 | 1001101 | 0 | 1001001 | 11 | 1111011 | 1011101 | 111100 |
Color Harmonies of #3AF843
Complementary color
Monochromatic Colors of #3AF843
Black with #3AF843
Text Example
Text Example
White with #3AF843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF843; }
p { color: rgb(58,248,67); }
H1.HeaderClassName
{
color: #3AF843;
}
.AnyTagClassName
{
color: #3AF843;
}
</style>
background-color css
<style>
a { background-color: #3AF843; }
a { background-color: rgb(58,248,67); }
div.DivClassName
{
background-color: #3AF843;
}
.BgClassName
{
background-color: #3AF843;
}
</style>
border-color css
<style>
span { border-color: #3AF843; }
span { border-color: rgb(58,248,67); }
td.TdClassName
{
border-color: #3AF843;
}
.TagClassName
{
border-color: #3AF843;
}
</style>