Html Css Color HEX #7DC720 Lima

📋 copy color: '#7DC720'

red 125 ◦ green 199 ◦ blue 32

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

Shades of Lima #7DC720

Tints of Lima #7DC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.9%

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

R = 35.11%
G = 55.9%
B = 8.99%

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

#7DC720 (or 0x7DC720) is known color: Lima. HEX triplet: 7D, C7 and 20. RGB value is (125,199,32). Sum of RGB (Red+Green+Blue) = 125+199+32=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC720 is #8238DF. Grayscale: #9E9E9E. Windows color (decimal): -8534240 or 2148221. OLE color: 2148221.

HSL color Cylindrical-coordinate representation of color #7DC720: hue angle of 86.59º 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 #7DC720 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 199 32 -
CMYK 0.37 0 0.84 0.22
HSL 86.59º 0.72% 0.45% -
HSV(B) 86.59º 0.84% 0.78% -
XYZ 29.14 45.31 8.58 -
YUV 157.84 56.98 104.58 -
System Red Green Blue C M Y K H S L
Decimal 125 199 32 0.37 0 0.84 0.22 86.59 0.72 0.45
Hex 7D C7 20 25 0 54 16 57 48 2D
Octal 175 307 40 45 0 124 26 127 110 55
Binary 1111101 11000111 100000 100101 0 1010100 10110 1010111 1001000 101101

Color Harmonies of #7DC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC720

Black with #7DC720

Text Example


Text Example

White with #7DC720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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