Shades of Lime Green #3AF943
Tints of Lime Green #3AF943
RGB
CMYK
RGB Variations
Color information
#3AF943 (or 0x3AF943) is known color: Lime Green. HEX triplet: 3A, F9 and 43. RGB value is (58,249,67). Sum of RGB (Red+Green+Blue) = 58+249+67=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF943 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF943 is #C506BC. Grayscale: #ABABAB. Windows color (decimal): -12912317 or 4454714. OLE color: 4454714.
HSL color Cylindrical-coordinate representation of color #3AF943: hue angle of 122.83º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF943 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 67 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.02 |
| HSL | 122.83º | 0.94% | 0.6% | - |
| HSV(B) | 122.83º | 0.77% | 0.98% | - |
| XYZ | 36.63 | 69.06 | 16.71 | - |
| YUV | 171.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 67 | 0.77 | 0 | 0.73 | 0.02 | 122.83 | 0.94 | 0.6 |
| Hex | 3A | F9 | 43 | 4D | 0 | 49 | 2 | 7B | 5E | 3C |
| Octal | 72 | 371 | 103 | 115 | 0 | 111 | 2 | 173 | 136 | 74 |
| Binary | 111010 | 11111001 | 1000011 | 1001101 | 0 | 1001001 | 10 | 1111011 | 1011110 | 111100 |
Color Harmonies of #3AF943
Complementary color
Monochromatic Colors of #3AF943
Black with #3AF943
Text Example
Text Example
White with #3AF943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF943; }
p { color: rgb(58,249,67); }
H1.HeaderClassName
{
color: #3AF943;
}
.AnyTagClassName
{
color: #3AF943;
}
</style>
background-color css
<style>
a { background-color: #3AF943; }
a { background-color: rgb(58,249,67); }
div.DivClassName
{
background-color: #3AF943;
}
.BgClassName
{
background-color: #3AF943;
}
</style>
border-color css
<style>
span { border-color: #3AF943; }
span { border-color: rgb(58,249,67); }
td.TdClassName
{
border-color: #3AF943;
}
.TagClassName
{
border-color: #3AF943;
}
</style>