Shades of Lime Green #3ACF2B
Tints of Lime Green #3ACF2B
RGB
CMYK
RGB Variations
Color information
#3ACF2B (or 0x3ACF2B) is known color: Lime Green. HEX triplet: 3A, CF and 2B. RGB value is (58,207,43). Sum of RGB (Red+Green+Blue) = 58+207+43=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF2B is #C530D4. Grayscale: #909090. Windows color (decimal): -12923093 or 2871098. OLE color: 2871098.
HSL color Cylindrical-coordinate representation of color #3ACF2B: hue angle of 114.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3ACF2B is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 43 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.19 |
| HSL | 114.51º | 0.66% | 0.49% | - |
| HSV(B) | 114.51º | 0.79% | 0.81% | - |
| XYZ | 24.49 | 45.7 | 9.82 | - |
| YUV | 143.75 | 71.14 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 43 | 0.72 | 0 | 0.79 | 0.19 | 114.51 | 0.66 | 0.49 |
| Hex | 3A | CF | 2B | 48 | 0 | 4F | 13 | 73 | 42 | 31 |
| Octal | 72 | 317 | 53 | 110 | 0 | 117 | 23 | 163 | 102 | 61 |
| Binary | 111010 | 11001111 | 101011 | 1001000 | 0 | 1001111 | 10011 | 1110011 | 1000010 | 110001 |
Color Harmonies of #3ACF2B
Complementary color
Monochromatic Colors of #3ACF2B
Black with #3ACF2B
Text Example
Text Example
White with #3ACF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF2B; }
p { color: rgb(58,207,43); }
H1.HeaderClassName
{
color: #3ACF2B;
}
.AnyTagClassName
{
color: #3ACF2B;
}
</style>
background-color css
<style>
a { background-color: #3ACF2B; }
a { background-color: rgb(58,207,43); }
div.DivClassName
{
background-color: #3ACF2B;
}
.BgClassName
{
background-color: #3ACF2B;
}
</style>
border-color css
<style>
span { border-color: #3ACF2B; }
span { border-color: rgb(58,207,43); }
td.TdClassName
{
border-color: #3ACF2B;
}
.TagClassName
{
border-color: #3ACF2B;
}
</style>