Html Css Color HEX #7DC620 Lima

📋 copy color: '#7DC620'

red 125 ◦ green 198 ◦ blue 32

#7DC620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DC620

Tints of Lima #7DC620

RGB

 RED value IS 125 (49.22% from 255) = 35.21%

 GREEN value IS 198 (77.73% from 255) = 55.77%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 35.21%
G = 55.77%
B = 9.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#7DC620 (or 0x7DC620) is known color: Lima. HEX triplet: 7D, C6 and 20. RGB value is (125,198,32). Sum of RGB (Red+Green+Blue) = 125+198+32=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC620 is #8239DF. Grayscale: #9D9D9D. Windows color (decimal): -8534496 or 2147965. OLE color: 2147965.

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

Color convert

RGB 125 198 32 -
CMYK 0.37 0 0.84 0.22
HSL 86.39º 0.72% 0.45% -
HSV(B) 86.39º 0.84% 0.78% -
XYZ 28.91 44.85 8.5 -
YUV 157.25 57.32 105 -
System Red Green Blue C M Y K H S L
Decimal 125 198 32 0.37 0 0.84 0.22 86.39 0.72 0.45
Hex 7D C6 20 25 0 54 16 56 48 2D
Octal 175 306 40 45 0 124 26 126 110 55
Binary 1111101 11000110 100000 100101 0 1010100 10110 1010110 1001000 101101

Color Harmonies of #7DC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC620

Black with #7DC620

Text Example


Text Example

White with #7DC620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,32); }

 H1.HeaderClassName
 {
   color: #7DC620;
 }
 .AnyTagClassName
 {
   color: #7DC620;
 }
</style>

background-color css

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

 a { background-color: rgb(125,198,32); }

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

border-color css

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

 span { border-color: rgb(125,198,32); }

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