Shades of Lime Green #2CF33F
Tints of Lime Green #2CF33F
RGB
CMYK
RGB Variations
Color information
#2CF33F (or 0x2CF33F) is known color: Lime Green. HEX triplet: 2C, F3 and 3F. RGB value is (44,243,63). Sum of RGB (Red+Green+Blue) = 44+243+63=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF33F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF33F is #D30CC0. Grayscale: #A3A3A3. Windows color (decimal): -13831361 or 4191020. OLE color: 4191020.
HSL color Cylindrical-coordinate representation of color #2CF33F: hue angle of 125.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF33F is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 63 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.05 |
| HSL | 125.73º | 0.89% | 0.56% | - |
| HSV(B) | 125.73º | 0.82% | 0.95% | - |
| XYZ | 33.99 | 65 | 15.46 | - |
| YUV | 162.98 | 71.57 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 63 | 0.82 | 0 | 0.74 | 0.05 | 125.73 | 0.89 | 0.56 |
| Hex | 2C | F3 | 3F | 52 | 0 | 4A | 5 | 7E | 59 | 38 |
| Octal | 54 | 363 | 77 | 122 | 0 | 112 | 5 | 176 | 131 | 70 |
| Binary | 101100 | 11110011 | 111111 | 1010010 | 0 | 1001010 | 101 | 1111110 | 1011001 | 111000 |
Color Harmonies of #2CF33F
Complementary color
Monochromatic Colors of #2CF33F
Black with #2CF33F
Text Example
Text Example
White with #2CF33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF33F; }
p { color: rgb(44,243,63); }
H1.HeaderClassName
{
color: #2CF33F;
}
.AnyTagClassName
{
color: #2CF33F;
}
</style>
background-color css
<style>
a { background-color: #2CF33F; }
a { background-color: rgb(44,243,63); }
div.DivClassName
{
background-color: #2CF33F;
}
.BgClassName
{
background-color: #2CF33F;
}
</style>
border-color css
<style>
span { border-color: #2CF33F; }
span { border-color: rgb(44,243,63); }
td.TdClassName
{
border-color: #2CF33F;
}
.TagClassName
{
border-color: #2CF33F;
}
</style>