Shades of Lime Green #3FB238
Tints of Lime Green #3FB238
RGB
CMYK
RGB Variations
Color information
#3FB238 (or 0x3FB238) is known color: Lime Green. HEX triplet: 3F, B2 and 38. RGB value is (63,178,56). Sum of RGB (Red+Green+Blue) = 63+178+56=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB238 is #C04DC7. Grayscale: #828282. Windows color (decimal): -12602824 or 3715647. OLE color: 3715647.
HSL color Cylindrical-coordinate representation of color #3FB238: hue angle of 116.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FB238 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 56 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.30 |
| HSL | 116.56º | 0.52% | 0.46% | - |
| HSV(B) | 116.56º | 0.69% | 0.7% | - |
| XYZ | 18.68 | 33.18 | 9.16 | - |
| YUV | 129.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 56 | 0.65 | 0 | 0.69 | 0.30 | 116.56 | 0.52 | 0.46 |
| Hex | 3F | B2 | 38 | 41 | 0 | 45 | 1E | 75 | 34 | 2E |
| Octal | 77 | 262 | 70 | 101 | 0 | 105 | 36 | 165 | 64 | 56 |
| Binary | 111111 | 10110010 | 111000 | 1000001 | 0 | 1000101 | 11110 | 1110101 | 110100 | 101110 |
Color Harmonies of #3FB238
Complementary color
Monochromatic Colors of #3FB238
Black with #3FB238
Text Example
Text Example
White with #3FB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB238; }
p { color: rgb(63,178,56); }
H1.HeaderClassName
{
color: #3FB238;
}
.AnyTagClassName
{
color: #3FB238;
}
</style>
background-color css
<style>
a { background-color: #3FB238; }
a { background-color: rgb(63,178,56); }
div.DivClassName
{
background-color: #3FB238;
}
.BgClassName
{
background-color: #3FB238;
}
</style>
border-color css
<style>
span { border-color: #3FB238; }
span { border-color: rgb(63,178,56); }
td.TdClassName
{
border-color: #3FB238;
}
.TagClassName
{
border-color: #3FB238;
}
</style>