Html Css Color HEX #7FA41B Lima

📋 copy color: '#7FA41B'

red 127 ◦ green 164 ◦ blue 27

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

Shades of Lima #7FA41B

Tints of Lima #7FA41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.57%

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 39.94%
G = 51.57%
B = 8.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#7FA41B (or 0x7FA41B) is known color: Lima. HEX triplet: 7F, A4 and 1B. RGB value is (127,164,27). Sum of RGB (Red+Green+Blue) = 127+164+27=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA41B is #805BE4. Grayscale: #898989. Windows color (decimal): -8412133 or 1811583. OLE color: 1811583.

HSL color Cylindrical-coordinate representation of color #7FA41B: hue angle of 76.2º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FA41B is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 164 27 -
CMYK 0.23 0 0.84 0.36
HSL 76.2º 0.72% 0.37% -
HSV(B) 76.2º 0.84% 0.64% -
XYZ 22.23 31.14 5.88 -
YUV 137.32 65.74 120.64 -
System Red Green Blue C M Y K H S L
Decimal 127 164 27 0.23 0 0.84 0.36 76.2 0.72 0.37
Hex 7F A4 1B 17 0 54 24 4C 48 25
Octal 177 244 33 27 0 124 44 114 110 45
Binary 1111111 10100100 11011 10111 0 1010100 100100 1001100 1001000 100101

Color Harmonies of #7FA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA41B

Black with #7FA41B

Text Example


Text Example

White with #7FA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,164,27); }

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

background-color css

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

 a { background-color: rgb(127,164,27); }

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

border-color css

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

 span { border-color: rgb(127,164,27); }

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