Shades of Lime Green #3AF133
Tints of Lime Green #3AF133
RGB
CMYK
RGB Variations
Color information
#3AF133 (or 0x3AF133) is known color: Lime Green. HEX triplet: 3A, F1 and 33. RGB value is (58,241,51). Sum of RGB (Red+Green+Blue) = 58+241+51=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF133 is #C50ECC. Grayscale: #A5A5A5. Windows color (decimal): -12914381 or 3404090. OLE color: 3404090.
HSL color Cylindrical-coordinate representation of color #3AF133: hue angle of 117.79º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF133 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 51 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.05 |
| HSL | 117.79º | 0.87% | 0.57% | - |
| HSV(B) | 117.79º | 0.79% | 0.95% | - |
| XYZ | 33.8 | 64.05 | 13.71 | - |
| YUV | 164.62 | 63.87 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 51 | 0.76 | 0 | 0.79 | 0.05 | 117.79 | 0.87 | 0.57 |
| Hex | 3A | F1 | 33 | 4C | 0 | 4F | 5 | 76 | 57 | 39 |
| Octal | 72 | 361 | 63 | 114 | 0 | 117 | 5 | 166 | 127 | 71 |
| Binary | 111010 | 11110001 | 110011 | 1001100 | 0 | 1001111 | 101 | 1110110 | 1010111 | 111001 |
Color Harmonies of #3AF133
Complementary color
Monochromatic Colors of #3AF133
Black with #3AF133
Text Example
Text Example
White with #3AF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF133; }
p { color: rgb(58,241,51); }
H1.HeaderClassName
{
color: #3AF133;
}
.AnyTagClassName
{
color: #3AF133;
}
</style>
background-color css
<style>
a { background-color: #3AF133; }
a { background-color: rgb(58,241,51); }
div.DivClassName
{
background-color: #3AF133;
}
.BgClassName
{
background-color: #3AF133;
}
</style>
border-color css
<style>
span { border-color: #3AF133; }
span { border-color: rgb(58,241,51); }
td.TdClassName
{
border-color: #3AF133;
}
.TagClassName
{
border-color: #3AF133;
}
</style>