#7DC017

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

Shades of Lima #7DC017

Tints of Lima #7DC017

Color information

#7DC017 (or 0x7DC017) is unknown color: approx Lima. HEX triplet: 7D, C0 and 17. RGB value is (125,192,23). Sum of RGB (Red+Green+Blue) = 125+192+23=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC017 is #823FE8. Grayscale: #999999. Windows color (decimal): -8536041 or 1556605. OLE color: 1556605.

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

Color convert

RGB12519223-
CMYK0.3500.880.25
HSL83.79º78.6%42.16%-
HSV(B)83.79º88.02%75.29%-
XYZ27.4642.127.49-
YUV152.754.8108.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.76%
GREEN value IS 192 (75.39% from 255) = 56.47%
BLUE value IS 23 (9.38% from 255) = 6.76%
R=36.76%
G=56.47%
B=6.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125192230.3500.880.2583.7978.642.16
Hex7DC0172305819544f2a
Octal175300274301303112411752
Binary11111011100000010111100011010110001100110101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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