Shades of Lime Green #3AF433
Tints of Lime Green #3AF433
RGB
CMYK
RGB Variations
Color information
#3AF433 (or 0x3AF433) is known color: Lime Green. HEX triplet: 3A, F4 and 33. RGB value is (58,244,51). Sum of RGB (Red+Green+Blue) = 58+244+51=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 244 (95.70% from 255 or 69.12% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF433 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF433 is #C50BCC. Grayscale: #A6A6A6. Windows color (decimal): -12913613 or 3404858. OLE color: 3404858.
HSL color Cylindrical-coordinate representation of color #3AF433: hue angle of 117.82º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF433 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 51 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.04 |
| HSL | 117.82º | 0.9% | 0.58% | - |
| HSV(B) | 117.82º | 0.79% | 0.96% | - |
| XYZ | 34.69 | 65.84 | 14.01 | - |
| YUV | 166.38 | 62.88 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 51 | 0.76 | 0 | 0.79 | 0.04 | 117.82 | 0.9 | 0.58 |
| Hex | 3A | F4 | 33 | 4C | 0 | 4F | 4 | 76 | 5A | 3A |
| Octal | 72 | 364 | 63 | 114 | 0 | 117 | 4 | 166 | 132 | 72 |
| Binary | 111010 | 11110100 | 110011 | 1001100 | 0 | 1001111 | 100 | 1110110 | 1011010 | 111010 |
Color Harmonies of #3AF433
Complementary color
Monochromatic Colors of #3AF433
Black with #3AF433
Text Example
Text Example
White with #3AF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF433; }
p { color: rgb(58,244,51); }
H1.HeaderClassName
{
color: #3AF433;
}
.AnyTagClassName
{
color: #3AF433;
}
</style>
background-color css
<style>
a { background-color: #3AF433; }
a { background-color: rgb(58,244,51); }
div.DivClassName
{
background-color: #3AF433;
}
.BgClassName
{
background-color: #3AF433;
}
</style>
border-color css
<style>
span { border-color: #3AF433; }
span { border-color: rgb(58,244,51); }
td.TdClassName
{
border-color: #3AF433;
}
.TagClassName
{
border-color: #3AF433;
}
</style>