Html Css Color HEX #7FB20A Lima

📋 copy color: '#7FB20A'

red 127 ◦ green 178 ◦ blue 10

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

Shades of Lima #7FB20A

Tints of Lima #7FB20A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.51%

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 40.32%
G = 56.51%
B = 3.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#7FB20A (or 0x7FB20A) is known color: Lima. HEX triplet: 7F, B2 and 0A. RGB value is (127,178,10). Sum of RGB (Red+Green+Blue) = 127+178+10=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB20A is #804DF5. Grayscale: #909090. Windows color (decimal): -8408566 or 701055. OLE color: 701055.

HSL color Cylindrical-coordinate representation of color #7FB20A: hue angle of 78.21º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FB20A is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 178 10 -
CMYK 0.29 0 0.94 0.30
HSL 78.21º 0.89% 0.37% -
HSV(B) 78.21º 0.94% 0.7% -
XYZ 24.73 36.37 6 -
YUV 143.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 127 178 10 0.29 0 0.94 0.30 78.21 0.89 0.37
Hex 7F B2 A 1D 0 5E 1E 4E 59 25
Octal 177 262 12 35 0 136 36 116 131 45
Binary 1111111 10110010 1010 11101 0 1011110 11110 1001110 1011001 100101

Color Harmonies of #7FB20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB20A

Black with #7FB20A

Text Example


Text Example

White with #7FB20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,178,10); }

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

background-color css

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

 a { background-color: rgb(127,178,10); }

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

border-color css

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

 span { border-color: rgb(127,178,10); }

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