#7CD016

Color #7CD016 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CD016

Tints of Lima #7CD016

Color information

#7CD016 (or 0x7CD016) is unknown color: approx Lima. HEX triplet: 7C, D0 and 16. RGB value is (124,208,22). Sum of RGB (Red+Green+Blue) = 124+208+22=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD016 is #832FE9. Grayscale: #A2A2A2. Windows color (decimal): -8597482 or 1495164. OLE color: 1495164.

HSL color Cylindrical-coordinate representation of color #7CD016: hue angle of 87.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CD016 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB12420822-
CMYK0.4000.890.18
HSL87.1º80.87%45.1%-
HSV(B)87.1º89.42%81.57%-
XYZ31.0149.458.67-
YUV161.6849.17101.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 208 (81.64% from 255) = 58.76%
BLUE value IS 22 (8.98% from 255) = 6.21%
R=35.03%
G=58.76%
B=6.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124208220.4000.890.1887.180.8745.1
Hex7CD016280591257512d
Octal174320265001312212712155
Binary11111001101000010110101000010110011001010101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CD016; }

 p { color: rgb(124,208,22); }

 H1.HeaderClassName
 {
   color: #7CD016;
 }
 .AnyTagClassName
 {
   color: #7CD016;
 }
</style>
background-color css

<style>
 a { background-color: #7CD016; }

 a { background-color: rgb(124,208,22); }

 div.DivClassName
 {
   background-color: #7CD016;
 }
 .BgClassName
 {
   background-color: #7CD016;
 }
</style>
border-color css

<style>
 span { border-color: #7CD016; }

 span { border-color: rgb(124,208,22); }

 td.TdClassName
 {
   border-color: #7CD016;
 }
 .TagClassName
 {
   border-color: #7CD016;
 }
</style>