Shades of Lime Green #3AFC43
Tints of Lime Green #3AFC43
RGB
CMYK
RGB Variations
Color information
#3AFC43 (or 0x3AFC43) is known color: Lime Green. HEX triplet: 3A, FC and 43. RGB value is (58,252,67). Sum of RGB (Red+Green+Blue) = 58+252+67=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC43 is #C503BC. Grayscale: #ADADAD. Windows color (decimal): -12911549 or 4455482. OLE color: 4455482.
HSL color Cylindrical-coordinate representation of color #3AFC43: hue angle of 122.78º degrees, saturation: 0.97, 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 #3AFC43 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 67 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.01 |
| HSL | 122.78º | 0.97% | 0.61% | - |
| HSV(B) | 122.78º | 0.77% | 0.99% | - |
| XYZ | 37.57 | 70.93 | 17.02 | - |
| YUV | 172.9 | 68.23 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 67 | 0.77 | 0 | 0.73 | 0.01 | 122.78 | 0.97 | 0.61 |
| Hex | 3A | FC | 43 | 4D | 0 | 49 | 1 | 7B | 61 | 3D |
| Octal | 72 | 374 | 103 | 115 | 0 | 111 | 1 | 173 | 141 | 75 |
| Binary | 111010 | 11111100 | 1000011 | 1001101 | 0 | 1001001 | 1 | 1111011 | 1100001 | 111101 |
Color Harmonies of #3AFC43
Complementary color
Monochromatic Colors of #3AFC43
Black with #3AFC43
Text Example
Text Example
White with #3AFC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC43; }
p { color: rgb(58,252,67); }
H1.HeaderClassName
{
color: #3AFC43;
}
.AnyTagClassName
{
color: #3AFC43;
}
</style>
background-color css
<style>
a { background-color: #3AFC43; }
a { background-color: rgb(58,252,67); }
div.DivClassName
{
background-color: #3AFC43;
}
.BgClassName
{
background-color: #3AFC43;
}
</style>
border-color css
<style>
span { border-color: #3AFC43; }
span { border-color: rgb(58,252,67); }
td.TdClassName
{
border-color: #3AFC43;
}
.TagClassName
{
border-color: #3AFC43;
}
</style>