Shades of Lime Green #3AF343
Tints of Lime Green #3AF343
RGB
CMYK
RGB Variations
Color information
#3AF343 (or 0x3AF343) is known color: Lime Green. HEX triplet: 3A, F3 and 43. RGB value is (58,243,67). Sum of RGB (Red+Green+Blue) = 58+243+67=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF343 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF343 is #C50CBC. Grayscale: #A8A8A8. Windows color (decimal): -12913853 or 4453178. OLE color: 4453178.
HSL color Cylindrical-coordinate representation of color #3AF343: hue angle of 122.92º degrees, saturation: 0.89, 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 #3AF343 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 67 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.05 |
| HSL | 122.92º | 0.89% | 0.59% | - |
| HSV(B) | 122.92º | 0.76% | 0.95% | - |
| XYZ | 34.81 | 65.41 | 16.1 | - |
| YUV | 167.62 | 71.21 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 67 | 0.76 | 0 | 0.72 | 0.05 | 122.92 | 0.89 | 0.59 |
| Hex | 3A | F3 | 43 | 4C | 0 | 48 | 5 | 7B | 59 | 3B |
| Octal | 72 | 363 | 103 | 114 | 0 | 110 | 5 | 173 | 131 | 73 |
| Binary | 111010 | 11110011 | 1000011 | 1001100 | 0 | 1001000 | 101 | 1111011 | 1011001 | 111011 |
Color Harmonies of #3AF343
Complementary color
Monochromatic Colors of #3AF343
Black with #3AF343
Text Example
Text Example
White with #3AF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF343; }
p { color: rgb(58,243,67); }
H1.HeaderClassName
{
color: #3AF343;
}
.AnyTagClassName
{
color: #3AF343;
}
</style>
background-color css
<style>
a { background-color: #3AF343; }
a { background-color: rgb(58,243,67); }
div.DivClassName
{
background-color: #3AF343;
}
.BgClassName
{
background-color: #3AF343;
}
</style>
border-color css
<style>
span { border-color: #3AF343; }
span { border-color: rgb(58,243,67); }
td.TdClassName
{
border-color: #3AF343;
}
.TagClassName
{
border-color: #3AF343;
}
</style>