Shades of Lima #72CF28
Tints of Lima #72CF28
RGB
CMYK
RGB Variations
Color information
#72CF28 (or 0x72CF28) is known color: Lima. HEX triplet: 72, CF and 28. RGB value is (114,207,40). Sum of RGB (Red+Green+Blue) = 114+207+40=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF28 is #8D30D7. Grayscale: #A0A0A0. Windows color (decimal): -9253080 or 2674546. OLE color: 2674546.
HSL color Cylindrical-coordinate representation of color #72CF28: hue angle of 93.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72CF28 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 40 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.19 |
| HSL | 93.41º | 0.68% | 0.48% | - |
| HSV(B) | 93.41º | 0.81% | 0.81% | - |
| XYZ | 29.64 | 48.36 | 9.78 | - |
| YUV | 160.16 | 60.19 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 40 | 0.45 | 0 | 0.81 | 0.19 | 93.41 | 0.68 | 0.48 |
| Hex | 72 | CF | 28 | 2D | 0 | 51 | 13 | 5D | 44 | 30 |
| Octal | 162 | 317 | 50 | 55 | 0 | 121 | 23 | 135 | 104 | 60 |
| Binary | 1110010 | 11001111 | 101000 | 101101 | 0 | 1010001 | 10011 | 1011101 | 1000100 | 110000 |
Color Harmonies of #72CF28
Complementary color
Monochromatic Colors of #72CF28
Black with #72CF28
Text Example
Text Example
White with #72CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF28; }
p { color: rgb(114,207,40); }
H1.HeaderClassName
{
color: #72CF28;
}
.AnyTagClassName
{
color: #72CF28;
}
</style>
background-color css
<style>
a { background-color: #72CF28; }
a { background-color: rgb(114,207,40); }
div.DivClassName
{
background-color: #72CF28;
}
.BgClassName
{
background-color: #72CF28;
}
</style>
border-color css
<style>
span { border-color: #72CF28; }
span { border-color: rgb(114,207,40); }
td.TdClassName
{
border-color: #72CF28;
}
.TagClassName
{
border-color: #72CF28;
}
</style>