Shades of Lime Green #3FE527
Tints of Lime Green #3FE527
RGB
CMYK
RGB Variations
Color information
#3FE527 (or 0x3FE527) is known color: Lime Green. HEX triplet: 3F, E5 and 27. RGB value is (63,229,39). Sum of RGB (Red+Green+Blue) = 63+229+39=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 229 (89.84% from 255 or 69.18% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE527 is #C01AD8. Grayscale: #9E9E9E. Windows color (decimal): -12589785 or 2614591. OLE color: 2614591.
HSL color Cylindrical-coordinate representation of color #3FE527: hue angle of 112.42º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FE527 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 39 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.10 |
| HSL | 112.42º | 0.79% | 0.53% | - |
| HSV(B) | 112.42º | 0.83% | 0.9% | - |
| XYZ | 30.44 | 57.24 | 11.36 | - |
| YUV | 157.71 | 61 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 39 | 0.72 | 0 | 0.83 | 0.10 | 112.42 | 0.79 | 0.53 |
| Hex | 3F | E5 | 27 | 48 | 0 | 53 | A | 70 | 4F | 35 |
| Octal | 77 | 345 | 47 | 110 | 0 | 123 | 12 | 160 | 117 | 65 |
| Binary | 111111 | 11100101 | 100111 | 1001000 | 0 | 1010011 | 1010 | 1110000 | 1001111 | 110101 |
Color Harmonies of #3FE527
Complementary color
Monochromatic Colors of #3FE527
Black with #3FE527
Text Example
Text Example
White with #3FE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE527; }
p { color: rgb(63,229,39); }
H1.HeaderClassName
{
color: #3FE527;
}
.AnyTagClassName
{
color: #3FE527;
}
</style>
background-color css
<style>
a { background-color: #3FE527; }
a { background-color: rgb(63,229,39); }
div.DivClassName
{
background-color: #3FE527;
}
.BgClassName
{
background-color: #3FE527;
}
</style>
border-color css
<style>
span { border-color: #3FE527; }
span { border-color: rgb(63,229,39); }
td.TdClassName
{
border-color: #3FE527;
}
.TagClassName
{
border-color: #3FE527;
}
</style>