Shades of Lime Green #3AF32B
Tints of Lime Green #3AF32B
RGB
CMYK
RGB Variations
Color information
#3AF32B (or 0x3AF32B) is known color: Lime Green. HEX triplet: 3A, F3 and 2B. RGB value is (58,243,43). Sum of RGB (Red+Green+Blue) = 58+243+43=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF32B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF32B is #C50CD4. Grayscale: #A5A5A5. Windows color (decimal): -12913877 or 2880314. OLE color: 2880314.
HSL color Cylindrical-coordinate representation of color #3AF32B: hue angle of 115.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AF32B is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 43 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.05 |
| HSL | 115.5º | 0.89% | 0.56% | - |
| HSV(B) | 115.5º | 0.82% | 0.95% | - |
| XYZ | 34.23 | 65.18 | 13.06 | - |
| YUV | 164.89 | 59.21 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 43 | 0.76 | 0 | 0.82 | 0.05 | 115.5 | 0.89 | 0.56 |
| Hex | 3A | F3 | 2B | 4C | 0 | 52 | 5 | 74 | 59 | 38 |
| Octal | 72 | 363 | 53 | 114 | 0 | 122 | 5 | 164 | 131 | 70 |
| Binary | 111010 | 11110011 | 101011 | 1001100 | 0 | 1010010 | 101 | 1110100 | 1011001 | 111000 |
Color Harmonies of #3AF32B
Complementary color
Monochromatic Colors of #3AF32B
Black with #3AF32B
Text Example
Text Example
White with #3AF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF32B; }
p { color: rgb(58,243,43); }
H1.HeaderClassName
{
color: #3AF32B;
}
.AnyTagClassName
{
color: #3AF32B;
}
</style>
background-color css
<style>
a { background-color: #3AF32B; }
a { background-color: rgb(58,243,43); }
div.DivClassName
{
background-color: #3AF32B;
}
.BgClassName
{
background-color: #3AF32B;
}
</style>
border-color css
<style>
span { border-color: #3AF32B; }
span { border-color: rgb(58,243,43); }
td.TdClassName
{
border-color: #3AF32B;
}
.TagClassName
{
border-color: #3AF32B;
}
</style>