#7DC407

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

Shades of Lima #7DC407

Tints of Lima #7DC407

Color information

#7DC407 (or 0x7DC407) is unknown color: approx Lima. HEX triplet: 7D, C4 and 07. RGB value is (125,196,7). Sum of RGB (Red+Green+Blue) = 125+196+7=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC407 is #823BF8. Grayscale: #999999. Windows color (decimal): -8535033 or 509053. OLE color: 509053.

HSL color Cylindrical-coordinate representation of color #7DC407: hue angle of 82.54º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DC407 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1251967-
CMYK0.3600.960.23
HSL82.54º93.1%39.8%-
HSV(B)82.54º96.43%76.86%-
XYZ28.2443.867.18-
YUV153.2245.48107.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.11%
GREEN value IS 196 (76.95% from 255) = 59.76%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=38.11%
G=59.76%
B=2.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12519670.3600.960.2382.5493.139.8
Hex7DC472406017535d28
Octal17530474401402712313550
Binary111110111000100111100100011000001011110100111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,196,7); }

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

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

 a { background-color: rgb(125,196,7); }

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

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

 span { border-color: rgb(125,196,7); }

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