Shades of Lime Green #3AF92C
Tints of Lime Green #3AF92C
RGB
CMYK
RGB Variations
Color information
#3AF92C (or 0x3AF92C) is known color: Lime Green. HEX triplet: 3A, F9 and 2C. RGB value is (58,249,44). Sum of RGB (Red+Green+Blue) = 58+249+44=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 249 (97.66% from 255 or 70.94% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF92C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF92C is #C506D3. Grayscale: #A9A9A9. Windows color (decimal): -12912340 or 2947386. OLE color: 2947386.
HSL color Cylindrical-coordinate representation of color #3AF92C: hue angle of 115.9º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AF92C is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 44 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.02 |
| HSL | 115.9º | 0.94% | 0.57% | - |
| HSV(B) | 115.9º | 0.82% | 0.98% | - |
| XYZ | 36.08 | 68.83 | 13.77 | - |
| YUV | 168.52 | 57.72 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 44 | 0.77 | 0 | 0.82 | 0.02 | 115.9 | 0.94 | 0.57 |
| Hex | 3A | F9 | 2C | 4D | 0 | 52 | 2 | 74 | 5E | 39 |
| Octal | 72 | 371 | 54 | 115 | 0 | 122 | 2 | 164 | 136 | 71 |
| Binary | 111010 | 11111001 | 101100 | 1001101 | 0 | 1010010 | 10 | 1110100 | 1011110 | 111001 |
Color Harmonies of #3AF92C
Complementary color
Monochromatic Colors of #3AF92C
Black with #3AF92C
Text Example
Text Example
White with #3AF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF92C; }
p { color: rgb(58,249,44); }
H1.HeaderClassName
{
color: #3AF92C;
}
.AnyTagClassName
{
color: #3AF92C;
}
</style>
background-color css
<style>
a { background-color: #3AF92C; }
a { background-color: rgb(58,249,44); }
div.DivClassName
{
background-color: #3AF92C;
}
.BgClassName
{
background-color: #3AF92C;
}
</style>
border-color css
<style>
span { border-color: #3AF92C; }
span { border-color: rgb(58,249,44); }
td.TdClassName
{
border-color: #3AF92C;
}
.TagClassName
{
border-color: #3AF92C;
}
</style>