Html Css Color HEX #7DC811 Lima

📋 copy color: '#7DC811'

red 125 ◦ green 200 ◦ blue 17

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

Shades of Lima #7DC811

Tints of Lima #7DC811

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.48%

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 36.55%
G = 58.48%
B = 4.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#7DC811 (or 0x7DC811) is known color: Lima. HEX triplet: 7D, C8 and 11. RGB value is (125,200,17). Sum of RGB (Red+Green+Blue) = 125+200+17=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC811 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC811 is #8237EE. Grayscale: #9D9D9D. Windows color (decimal): -8533999 or 1165437. OLE color: 1165437.

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

Color convert

RGB 125 200 17 -
CMYK 0.38 0 0.92 0.22
HSL 84.59º 0.84% 0.43% -
HSV(B) 84.59º 0.92% 0.78% -
XYZ 29.21 45.71 7.81 -
YUV 156.71 49.15 105.38 -
System Red Green Blue C M Y K H S L
Decimal 125 200 17 0.38 0 0.92 0.22 84.59 0.84 0.43
Hex 7D C8 11 26 0 5C 16 55 54 2B
Octal 175 310 21 46 0 134 26 125 124 53
Binary 1111101 11001000 10001 100110 0 1011100 10110 1010101 1010100 101011

Color Harmonies of #7DC811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC811

Black with #7DC811

Text Example


Text Example

White with #7DC811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,17); }

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

background-color css

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

 a { background-color: rgb(125,200,17); }

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

border-color css

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

 span { border-color: rgb(125,200,17); }

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