Shades of Lime Green #3AF334
Tints of Lime Green #3AF334
RGB
CMYK
RGB Variations
Color information
#3AF334 (or 0x3AF334) is known color: Lime Green. HEX triplet: 3A, F3 and 34. RGB value is (58,243,52). Sum of RGB (Red+Green+Blue) = 58+243+52=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF334 is #C50CCB. Grayscale: #A6A6A6. Windows color (decimal): -12913868 or 3470138. OLE color: 3470138.
HSL color Cylindrical-coordinate representation of color #3AF334: hue angle of 118.12º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF334 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 52 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.05 |
| HSL | 118.12º | 0.89% | 0.58% | - |
| HSV(B) | 118.12º | 0.79% | 0.95% | - |
| XYZ | 34.42 | 65.25 | 14.03 | - |
| YUV | 165.91 | 63.71 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 52 | 0.76 | 0 | 0.79 | 0.05 | 118.12 | 0.89 | 0.58 |
| Hex | 3A | F3 | 34 | 4C | 0 | 4F | 5 | 76 | 59 | 3A |
| Octal | 72 | 363 | 64 | 114 | 0 | 117 | 5 | 166 | 131 | 72 |
| Binary | 111010 | 11110011 | 110100 | 1001100 | 0 | 1001111 | 101 | 1110110 | 1011001 | 111010 |
Color Harmonies of #3AF334
Complementary color
Monochromatic Colors of #3AF334
Black with #3AF334
Text Example
Text Example
White with #3AF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF334; }
p { color: rgb(58,243,52); }
H1.HeaderClassName
{
color: #3AF334;
}
.AnyTagClassName
{
color: #3AF334;
}
</style>
background-color css
<style>
a { background-color: #3AF334; }
a { background-color: rgb(58,243,52); }
div.DivClassName
{
background-color: #3AF334;
}
.BgClassName
{
background-color: #3AF334;
}
</style>
border-color css
<style>
span { border-color: #3AF334; }
span { border-color: rgb(58,243,52); }
td.TdClassName
{
border-color: #3AF334;
}
.TagClassName
{
border-color: #3AF334;
}
</style>