Shades of Lime Green #3AF833
Tints of Lime Green #3AF833
RGB
CMYK
RGB Variations
Color information
#3AF833 (or 0x3AF833) is known color: Lime Green. HEX triplet: 3A, F8 and 33. RGB value is (58,248,51). Sum of RGB (Red+Green+Blue) = 58+248+51=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF833 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF833 is #C507CC. Grayscale: #A9A9A9. Windows color (decimal): -12912589 or 3405882. OLE color: 3405882.
HSL color Cylindrical-coordinate representation of color #3AF833: hue angle of 117.87º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF833 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 51 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.03 |
| HSL | 117.87º | 0.93% | 0.59% | - |
| HSV(B) | 117.87º | 0.79% | 0.97% | - |
| XYZ | 35.91 | 68.27 | 14.42 | - |
| YUV | 168.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 51 | 0.77 | 0 | 0.79 | 0.03 | 117.87 | 0.93 | 0.59 |
| Hex | 3A | F8 | 33 | 4D | 0 | 4F | 3 | 76 | 5D | 3B |
| Octal | 72 | 370 | 63 | 115 | 0 | 117 | 3 | 166 | 135 | 73 |
| Binary | 111010 | 11111000 | 110011 | 1001101 | 0 | 1001111 | 11 | 1110110 | 1011101 | 111011 |
Color Harmonies of #3AF833
Complementary color
Monochromatic Colors of #3AF833
Black with #3AF833
Text Example
Text Example
White with #3AF833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF833; }
p { color: rgb(58,248,51); }
H1.HeaderClassName
{
color: #3AF833;
}
.AnyTagClassName
{
color: #3AF833;
}
</style>
background-color css
<style>
a { background-color: #3AF833; }
a { background-color: rgb(58,248,51); }
div.DivClassName
{
background-color: #3AF833;
}
.BgClassName
{
background-color: #3AF833;
}
</style>
border-color css
<style>
span { border-color: #3AF833; }
span { border-color: rgb(58,248,51); }
td.TdClassName
{
border-color: #3AF833;
}
.TagClassName
{
border-color: #3AF833;
}
</style>