Shades of Lime Green #3AF326
Tints of Lime Green #3AF326
RGB
CMYK
RGB Variations
Color information
#3AF326 (or 0x3AF326) is known color: Lime Green. HEX triplet: 3A, F3 and 26. RGB value is (58,243,38). Sum of RGB (Red+Green+Blue) = 58+243+38=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF326 is #C50CD9. Grayscale: #A4A4A4. Windows color (decimal): -12913882 or 2552634. OLE color: 2552634.
HSL color Cylindrical-coordinate representation of color #3AF326: hue angle of 114.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AF326 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 38 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.05 |
| HSL | 114.15º | 0.9% | 0.55% | - |
| HSV(B) | 114.15º | 0.84% | 0.95% | - |
| XYZ | 34.15 | 65.14 | 12.61 | - |
| YUV | 164.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 38 | 0.76 | 0 | 0.84 | 0.05 | 114.15 | 0.9 | 0.55 |
| Hex | 3A | F3 | 26 | 4C | 0 | 54 | 5 | 72 | 5A | 37 |
| Octal | 72 | 363 | 46 | 114 | 0 | 124 | 5 | 162 | 132 | 67 |
| Binary | 111010 | 11110011 | 100110 | 1001100 | 0 | 1010100 | 101 | 1110010 | 1011010 | 110111 |
Color Harmonies of #3AF326
Complementary color
Monochromatic Colors of #3AF326
Black with #3AF326
Text Example
Text Example
White with #3AF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF326; }
p { color: rgb(58,243,38); }
H1.HeaderClassName
{
color: #3AF326;
}
.AnyTagClassName
{
color: #3AF326;
}
</style>
background-color css
<style>
a { background-color: #3AF326; }
a { background-color: rgb(58,243,38); }
div.DivClassName
{
background-color: #3AF326;
}
.BgClassName
{
background-color: #3AF326;
}
</style>
border-color css
<style>
span { border-color: #3AF326; }
span { border-color: rgb(58,243,38); }
td.TdClassName
{
border-color: #3AF326;
}
.TagClassName
{
border-color: #3AF326;
}
</style>