Html Css Color HEX #7DB020 Lima

📋 copy color: '#7DB020'

red 125 ◦ green 176 ◦ blue 32

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

Shades of Lima #7DB020

Tints of Lima #7DB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.85%

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

R = 37.54%
G = 52.85%
B = 9.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7DB020 (or 0x7DB020) is known color: Lima. HEX triplet: 7D, B0 and 20. RGB value is (125,176,32). Sum of RGB (Red+Green+Blue) = 125+176+32=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB020 is #824FDF. Grayscale: #909090. Windows color (decimal): -8540128 or 2142333. OLE color: 2142333.

HSL color Cylindrical-coordinate representation of color #7DB020: hue angle of 81.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DB020 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 32 -
CMYK 0.29 0 0.82 0.31
HSL 81.25º 0.69% 0.41% -
HSV(B) 81.25º 0.82% 0.69% -
XYZ 24.24 35.51 6.94 -
YUV 144.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 125 176 32 0.29 0 0.82 0.31 81.25 0.69 0.41
Hex 7D B0 20 1D 0 52 1F 51 45 29
Octal 175 260 40 35 0 122 37 121 105 51
Binary 1111101 10110000 100000 11101 0 1010010 11111 1010001 1000101 101001

Color Harmonies of #7DB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB020

Black with #7DB020

Text Example


Text Example

White with #7DB020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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