#7DC016

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

Shades of Lima #7DC016

Tints of Lima #7DC016

Color information

#7DC016 (or 0x7DC016) is unknown color: approx Lima. HEX triplet: 7D, C0 and 16. RGB value is (125,192,22). Sum of RGB (Red+Green+Blue) = 125+192+22=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC016 is #823FE9. Grayscale: #999999. Windows color (decimal): -8536042 or 1491069. OLE color: 1491069.

HSL color Cylindrical-coordinate representation of color #7DC016: hue angle of 83.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DC016 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB12519222-
CMYK0.3500.890.25
HSL83.65º79.44%41.96%-
HSV(B)83.65º88.54%75.29%-
XYZ27.4542.127.44-
YUV152.5954.3108.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 192 (75.39% from 255) = 56.64%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=36.87%
G=56.64%
B=6.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125192220.3500.890.2583.6579.4441.96
Hex7DC0162305919544f2a
Octal175300264301313112411752
Binary11111011100000010110100011010110011100110101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,22); }

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

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

 a { background-color: rgb(125,192,22); }

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

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

 span { border-color: rgb(125,192,22); }

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