#7DC72E

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

Shades of Lima #7DC72E

Tints of Lima #7DC72E

Color information

#7DC72E (or 0x7DC72E) is unknown color: approx Lima. HEX triplet: 7D, C7 and 2E. RGB value is (125,199,46). Sum of RGB (Red+Green+Blue) = 125+199+46=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC72E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC72E is #8238D1. Grayscale: #9F9F9F. Windows color (decimal): -8534226 or 3065725. OLE color: 3065725.

HSL color Cylindrical-coordinate representation of color #7DC72E: hue angle of 89.02º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DC72E is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB12519946-
CMYK0.3700.770.22
HSL89.02º62.45%48.04%-
HSV(B)89.02º76.88%78.04%-
XYZ29.3745.49.8-
YUV159.4363.98103.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.78%
GREEN value IS 199 (78.12% from 255) = 53.78%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=33.78%
G=53.78%
B=12.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125199460.3700.770.2289.0262.4548.04
Hex7DC72E2504D16593e30
Octal17530756450115261317660
Binary11111011100011110111010010101001101101101011001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,199,46); }

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

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

 a { background-color: rgb(125,199,46); }

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

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

 span { border-color: rgb(125,199,46); }

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