Shades of Lime Green #40C333
Tints of Lime Green #40C333
RGB
CMYK
RGB Variations
Color information
#40C333 (or 0x40C333) is known color: Lime Green. HEX triplet: 40, C3 and 33. RGB value is (64,195,51). Sum of RGB (Red+Green+Blue) = 64+195+51=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #40C333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C333 is #BF3CCC. Grayscale: #8B8B8B. Windows color (decimal): -12532941 or 3392320. OLE color: 3392320.
HSL color Cylindrical-coordinate representation of color #40C333: hue angle of 114.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40C333 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 51 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.24 |
| HSL | 114.58º | 0.59% | 0.48% | - |
| HSV(B) | 114.58º | 0.74% | 0.76% | - |
| XYZ | 22.23 | 40.36 | 9.75 | - |
| YUV | 139.42 | 78.1 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 51 | 0.67 | 0 | 0.74 | 0.24 | 114.58 | 0.59 | 0.48 |
| Hex | 40 | C3 | 33 | 43 | 0 | 4A | 18 | 73 | 3B | 30 |
| Octal | 100 | 303 | 63 | 103 | 0 | 112 | 30 | 163 | 73 | 60 |
| Binary | 1000000 | 11000011 | 110011 | 1000011 | 0 | 1001010 | 11000 | 1110011 | 111011 | 110000 |
Color Harmonies of #40C333
Complementary color
Monochromatic Colors of #40C333
Black with #40C333
Text Example
Text Example
White with #40C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C333; }
p { color: rgb(64,195,51); }
H1.HeaderClassName
{
color: #40C333;
}
.AnyTagClassName
{
color: #40C333;
}
</style>
background-color css
<style>
a { background-color: #40C333; }
a { background-color: rgb(64,195,51); }
div.DivClassName
{
background-color: #40C333;
}
.BgClassName
{
background-color: #40C333;
}
</style>
border-color css
<style>
span { border-color: #40C333; }
span { border-color: rgb(64,195,51); }
td.TdClassName
{
border-color: #40C333;
}
.TagClassName
{
border-color: #40C333;
}
</style>