Html Css Color HEX #7FB11A Lima

📋 copy color: '#7FB11A'

red 127 ◦ green 177 ◦ blue 26

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

Shades of Lima #7FB11A

Tints of Lima #7FB11A

RGB

 RED value IS 127 (50% from 255) = 38.48%

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

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

R = 38.48%
G = 53.64%
B = 7.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#7FB11A (or 0x7FB11A) is known color: Lima. HEX triplet: 7F, B1 and 1A. RGB value is (127,177,26). Sum of RGB (Red+Green+Blue) = 127+177+26=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB11A is #804EE5. Grayscale: #919191. Windows color (decimal): -8408806 or 1749375. OLE color: 1749375.

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

Color convert

RGB 127 177 26 -
CMYK 0.28 0 0.85 0.31
HSL 79.87º 0.74% 0.4% -
HSV(B) 79.87º 0.85% 0.69% -
XYZ 24.66 36.03 6.63 -
YUV 144.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 127 177 26 0.28 0 0.85 0.31 79.87 0.74 0.4
Hex 7F B1 1A 1C 0 55 1F 50 4A 28
Octal 177 261 32 34 0 125 37 120 112 50
Binary 1111111 10110001 11010 11100 0 1010101 11111 1010000 1001010 101000

Color Harmonies of #7FB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB11A

Black with #7FB11A

Text Example


Text Example

White with #7FB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,177,26); }

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

background-color css

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

 a { background-color: rgb(127,177,26); }

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

border-color css

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

 span { border-color: rgb(127,177,26); }

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