Shades of Lima #72CF2B
Tints of Lima #72CF2B
RGB
CMYK
RGB Variations
Color information
#72CF2B (or 0x72CF2B) is known color: Lima. HEX triplet: 72, CF and 2B. RGB value is (114,207,43). Sum of RGB (Red+Green+Blue) = 114+207+43=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF2B is #8D30D4. Grayscale: #A1A1A1. Windows color (decimal): -9253077 or 2871154. OLE color: 2871154.
HSL color Cylindrical-coordinate representation of color #72CF2B: hue angle of 94.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72CF2B is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 43 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.19 |
| HSL | 94.02º | 0.66% | 0.49% | - |
| HSV(B) | 94.02º | 0.79% | 0.81% | - |
| XYZ | 29.69 | 48.38 | 10.06 | - |
| YUV | 160.5 | 61.69 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 43 | 0.45 | 0 | 0.79 | 0.19 | 94.02 | 0.66 | 0.49 |
| Hex | 72 | CF | 2B | 2D | 0 | 4F | 13 | 5E | 42 | 31 |
| Octal | 162 | 317 | 53 | 55 | 0 | 117 | 23 | 136 | 102 | 61 |
| Binary | 1110010 | 11001111 | 101011 | 101101 | 0 | 1001111 | 10011 | 1011110 | 1000010 | 110001 |
Color Harmonies of #72CF2B
Complementary color
Monochromatic Colors of #72CF2B
Black with #72CF2B
Text Example
Text Example
White with #72CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF2B; }
p { color: rgb(114,207,43); }
H1.HeaderClassName
{
color: #72CF2B;
}
.AnyTagClassName
{
color: #72CF2B;
}
</style>
background-color css
<style>
a { background-color: #72CF2B; }
a { background-color: rgb(114,207,43); }
div.DivClassName
{
background-color: #72CF2B;
}
.BgClassName
{
background-color: #72CF2B;
}
</style>
border-color css
<style>
span { border-color: #72CF2B; }
span { border-color: rgb(114,207,43); }
td.TdClassName
{
border-color: #72CF2B;
}
.TagClassName
{
border-color: #72CF2B;
}
</style>