#7DC112

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

Shades of Lima #7DC112

Tints of Lima #7DC112

Color information

#7DC112 (or 0x7DC112) is unknown color: approx Lima. HEX triplet: 7D, C1 and 12. RGB value is (125,193,18). Sum of RGB (Red+Green+Blue) = 125+193+18=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC112 is #823EED. Grayscale: #999999. Windows color (decimal): -8535790 or 1229181. OLE color: 1229181.

HSL color Cylindrical-coordinate representation of color #7DC112: hue angle of 83.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DC112 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB12519318-
CMYK0.3500.910.24
HSL83.31º82.94%41.37%-
HSV(B)83.31º90.67%75.69%-
XYZ27.6442.547.33-
YUV152.7251.97108.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 193 (75.78% from 255) = 57.44%
BLUE value IS 18 (7.42% from 255) = 5.36%
R=37.20%
G=57.44%
B=5.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125193180.3500.910.2483.3182.9441.37
Hex7DC1122305B18535329
Octal175301224301333012312351
Binary11111011100000110010100011010110111100010100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,18); }

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

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

 a { background-color: rgb(125,193,18); }

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

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

 span { border-color: rgb(125,193,18); }

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