Shades of Lime Green #3FF338
Tints of Lime Green #3FF338
RGB
CMYK
RGB Variations
Color information
#3FF338 (or 0x3FF338) is known color: Lime Green. HEX triplet: 3F, F3 and 38. RGB value is (63,243,56). Sum of RGB (Red+Green+Blue) = 63+243+56=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF338 is #C00CC7. Grayscale: #A8A8A8. Windows color (decimal): -12586184 or 3732287. OLE color: 3732287.
HSL color Cylindrical-coordinate representation of color #3FF338: hue angle of 117.75º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FF338 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 56 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.05 |
| HSL | 117.75º | 0.89% | 0.59% | - |
| HSV(B) | 117.75º | 0.77% | 0.95% | - |
| XYZ | 34.81 | 65.44 | 14.54 | - |
| YUV | 167.86 | 64.87 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 56 | 0.74 | 0 | 0.77 | 0.05 | 117.75 | 0.89 | 0.59 |
| Hex | 3F | F3 | 38 | 4A | 0 | 4D | 5 | 76 | 59 | 3B |
| Octal | 77 | 363 | 70 | 112 | 0 | 115 | 5 | 166 | 131 | 73 |
| Binary | 111111 | 11110011 | 111000 | 1001010 | 0 | 1001101 | 101 | 1110110 | 1011001 | 111011 |
Color Harmonies of #3FF338
Complementary color
Monochromatic Colors of #3FF338
Black with #3FF338
Text Example
Text Example
White with #3FF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF338; }
p { color: rgb(63,243,56); }
H1.HeaderClassName
{
color: #3FF338;
}
.AnyTagClassName
{
color: #3FF338;
}
</style>
background-color css
<style>
a { background-color: #3FF338; }
a { background-color: rgb(63,243,56); }
div.DivClassName
{
background-color: #3FF338;
}
.BgClassName
{
background-color: #3FF338;
}
</style>
border-color css
<style>
span { border-color: #3FF338; }
span { border-color: rgb(63,243,56); }
td.TdClassName
{
border-color: #3FF338;
}
.TagClassName
{
border-color: #3FF338;
}
</style>