Shades of Lime Green #3FF33C
Tints of Lime Green #3FF33C
RGB
CMYK
RGB Variations
Color information
#3FF33C (or 0x3FF33C) is known color: Lime Green. HEX triplet: 3F, F3 and 3C. RGB value is (63,243,60). Sum of RGB (Red+Green+Blue) = 63+243+60=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 243 (95.31% from 255 or 66.39% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF33C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF33C is #C00CC3. Grayscale: #A8A8A8. Windows color (decimal): -12586180 or 3994431. OLE color: 3994431.
HSL color Cylindrical-coordinate representation of color #3FF33C: hue angle of 119.02º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF33C is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 60 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.05 |
| HSL | 119.02º | 0.88% | 0.59% | - |
| HSV(B) | 119.02º | 0.75% | 0.95% | - |
| XYZ | 34.92 | 65.48 | 15.07 | - |
| YUV | 168.32 | 66.87 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 60 | 0.74 | 0 | 0.75 | 0.05 | 119.02 | 0.88 | 0.59 |
| Hex | 3F | F3 | 3C | 4A | 0 | 4B | 5 | 77 | 58 | 3B |
| Octal | 77 | 363 | 74 | 112 | 0 | 113 | 5 | 167 | 130 | 73 |
| Binary | 111111 | 11110011 | 111100 | 1001010 | 0 | 1001011 | 101 | 1110111 | 1011000 | 111011 |
Color Harmonies of #3FF33C
Complementary color
Monochromatic Colors of #3FF33C
Black with #3FF33C
Text Example
Text Example
White with #3FF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF33C; }
p { color: rgb(63,243,60); }
H1.HeaderClassName
{
color: #3FF33C;
}
.AnyTagClassName
{
color: #3FF33C;
}
</style>
background-color css
<style>
a { background-color: #3FF33C; }
a { background-color: rgb(63,243,60); }
div.DivClassName
{
background-color: #3FF33C;
}
.BgClassName
{
background-color: #3FF33C;
}
</style>
border-color css
<style>
span { border-color: #3FF33C; }
span { border-color: rgb(63,243,60); }
td.TdClassName
{
border-color: #3FF33C;
}
.TagClassName
{
border-color: #3FF33C;
}
</style>