Html Css Color HEX #7DB31A Lima

📋 copy color: '#7DB31A'

red 125 ◦ green 179 ◦ blue 26

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

Shades of Lima #7DB31A

Tints of Lima #7DB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.24%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 37.88%
G = 54.24%
B = 7.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#7DB31A (or 0x7DB31A) is known color: Lima. HEX triplet: 7D, B3 and 1A. RGB value is (125,179,26). Sum of RGB (Red+Green+Blue) = 125+179+26=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB31A is #824CE5. Grayscale: #919191. Windows color (decimal): -8539366 or 1749885. OLE color: 1749885.

HSL color Cylindrical-coordinate representation of color #7DB31A: hue angle of 81.18º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DB31A is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 26 -
CMYK 0.30 0 0.85 0.30
HSL 81.18º 0.75% 0.4% -
HSV(B) 81.18º 0.85% 0.7% -
XYZ 24.76 36.67 6.75 -
YUV 145.41 60.61 113.44 -
System Red Green Blue C M Y K H S L
Decimal 125 179 26 0.30 0 0.85 0.30 81.18 0.75 0.4
Hex 7D B3 1A 1E 0 55 1E 51 4B 28
Octal 175 263 32 36 0 125 36 121 113 50
Binary 1111101 10110011 11010 11110 0 1010101 11110 1010001 1001011 101000

Color Harmonies of #7DB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB31A

Black with #7DB31A

Text Example


Text Example

White with #7DB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,179,26); }

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

background-color css

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

 a { background-color: rgb(125,179,26); }

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

border-color css

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

 span { border-color: rgb(125,179,26); }

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