Html Css Color HEX #7FB41A Lima

📋 copy color: '#7FB41A'

red 127 ◦ green 180 ◦ blue 26

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

Shades of Lima #7FB41A

Tints of Lima #7FB41A

RGB

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

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

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

R = 38.14%
G = 54.05%
B = 7.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#7FB41A (or 0x7FB41A) is known color: Lima. HEX triplet: 7F, B4 and 1A. RGB value is (127,180,26). Sum of RGB (Red+Green+Blue) = 127+180+26=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB41A is #804BE5. Grayscale: #939393. Windows color (decimal): -8408038 or 1750143. OLE color: 1750143.

HSL color Cylindrical-coordinate representation of color #7FB41A: hue angle of 80.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FB41A is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 26 -
CMYK 0.29 0 0.86 0.29
HSL 80.65º 0.75% 0.4% -
HSV(B) 80.65º 0.86% 0.71% -
XYZ 25.26 37.23 6.83 -
YUV 146.6 59.94 114.02 -
System Red Green Blue C M Y K H S L
Decimal 127 180 26 0.29 0 0.86 0.29 80.65 0.75 0.4
Hex 7F B4 1A 1D 0 56 1D 51 4B 28
Octal 177 264 32 35 0 126 35 121 113 50
Binary 1111111 10110100 11010 11101 0 1010110 11101 1010001 1001011 101000

Color Harmonies of #7FB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB41A

Black with #7FB41A

Text Example


Text Example

White with #7FB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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