Html Css Color HEX #7DB40F Lima

📋 copy color: '#7DB40F'

red 125 ◦ green 180 ◦ blue 15

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

Shades of Lima #7DB40F

Tints of Lima #7DB40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 39.06%
G = 56.25%
B = 4.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#7DB40F (or 0x7DB40F) is known color: Lima. HEX triplet: 7D, B4 and 0F. RGB value is (125,180,15). Sum of RGB (Red+Green+Blue) = 125+180+15=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB40F is #824BF0. Grayscale: #919191. Windows color (decimal): -8539121 or 1029245. OLE color: 1029245.

HSL color Cylindrical-coordinate representation of color #7DB40F: hue angle of 80º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB40F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 15 -
CMYK 0.31 0 0.92 0.29
HSL 80º 0.85% 0.38% -
HSV(B) 80º 0.92% 0.71% -
XYZ 24.86 37.04 6.29 -
YUV 144.75 54.78 113.92 -
System Red Green Blue C M Y K H S L
Decimal 125 180 15 0.31 0 0.92 0.29 80 0.85 0.38
Hex 7D B4 F 1F 0 5C 1D 50 55 26
Octal 175 264 17 37 0 134 35 120 125 46
Binary 1111101 10110100 1111 11111 0 1011100 11101 1010000 1010101 100110

Color Harmonies of #7DB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB40F

Black with #7DB40F

Text Example


Text Example

White with #7DB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,15); }

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

background-color css

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

 a { background-color: rgb(125,180,15); }

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

border-color css

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

 span { border-color: rgb(125,180,15); }

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