Html Css Color HEX #7DB11C Lima

📋 copy color: '#7DB11C'

red 125 ◦ green 177 ◦ blue 28

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

Shades of Lima #7DB11C

Tints of Lima #7DB11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.64%

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 37.88%
G = 53.64%
B = 8.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#7DB11C (or 0x7DB11C) is known color: Lima. HEX triplet: 7D, B1 and 1C. RGB value is (125,177,28). Sum of RGB (Red+Green+Blue) = 125+177+28=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB11C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB11C is #824EE3. Grayscale: #919191. Windows color (decimal): -8539876 or 1880445. OLE color: 1880445.

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

Color convert

RGB 125 177 28 -
CMYK 0.29 0 0.84 0.31
HSL 80.94º 0.73% 0.4% -
HSV(B) 80.94º 0.84% 0.69% -
XYZ 24.39 35.89 6.74 -
YUV 144.47 62.27 114.12 -
System Red Green Blue C M Y K H S L
Decimal 125 177 28 0.29 0 0.84 0.31 80.94 0.73 0.4
Hex 7D B1 1C 1D 0 54 1F 51 49 28
Octal 175 261 34 35 0 124 37 121 111 50
Binary 1111101 10110001 11100 11101 0 1010100 11111 1010001 1001001 101000

Color Harmonies of #7DB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB11C

Black with #7DB11C

Text Example


Text Example

White with #7DB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,28); }

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

background-color css

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

 a { background-color: rgb(125,177,28); }

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

border-color css

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

 span { border-color: rgb(125,177,28); }

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