Shades of Lime Green #3AF243
Tints of Lime Green #3AF243
RGB
CMYK
RGB Variations
Color information
#3AF243 (or 0x3AF243) is known color: Lime Green. HEX triplet: 3A, F2 and 43. RGB value is (58,242,67). Sum of RGB (Red+Green+Blue) = 58+242+67=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF243 is #C50DBC. Grayscale: #A7A7A7. Windows color (decimal): -12914109 or 4452922. OLE color: 4452922.
HSL color Cylindrical-coordinate representation of color #3AF243: hue angle of 122.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF243 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 67 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.05 |
| HSL | 122.93º | 0.88% | 0.59% | - |
| HSV(B) | 122.93º | 0.76% | 0.95% | - |
| XYZ | 34.51 | 64.81 | 16 | - |
| YUV | 167.03 | 71.54 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 67 | 0.76 | 0 | 0.72 | 0.05 | 122.93 | 0.88 | 0.59 |
| Hex | 3A | F2 | 43 | 4C | 0 | 48 | 5 | 7B | 58 | 3B |
| Octal | 72 | 362 | 103 | 114 | 0 | 110 | 5 | 173 | 130 | 73 |
| Binary | 111010 | 11110010 | 1000011 | 1001100 | 0 | 1001000 | 101 | 1111011 | 1011000 | 111011 |
Color Harmonies of #3AF243
Complementary color
Monochromatic Colors of #3AF243
Black with #3AF243
Text Example
Text Example
White with #3AF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF243; }
p { color: rgb(58,242,67); }
H1.HeaderClassName
{
color: #3AF243;
}
.AnyTagClassName
{
color: #3AF243;
}
</style>
background-color css
<style>
a { background-color: #3AF243; }
a { background-color: rgb(58,242,67); }
div.DivClassName
{
background-color: #3AF243;
}
.BgClassName
{
background-color: #3AF243;
}
</style>
border-color css
<style>
span { border-color: #3AF243; }
span { border-color: rgb(58,242,67); }
td.TdClassName
{
border-color: #3AF243;
}
.TagClassName
{
border-color: #3AF243;
}
</style>