Html Css Color HEX #7FB00E Lima

📋 copy color: '#7FB00E'

red 127 ◦ green 176 ◦ blue 14

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

Shades of Lima #7FB00E

Tints of Lima #7FB00E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.52%

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 40.06%
G = 55.52%
B = 4.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#7FB00E (or 0x7FB00E) is known color: Lima. HEX triplet: 7F, B0 and 0E. RGB value is (127,176,14). Sum of RGB (Red+Green+Blue) = 127+176+14=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB00E is #804FF1. Grayscale: #8F8F8F. Windows color (decimal): -8409074 or 962687. OLE color: 962687.

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

Color convert

RGB 127 176 14 -
CMYK 0.28 0 0.92 0.31
HSL 78.15º 0.85% 0.37% -
HSV(B) 78.15º 0.92% 0.69% -
XYZ 24.36 35.59 6 -
YUV 142.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 127 176 14 0.28 0 0.92 0.31 78.15 0.85 0.37
Hex 7F B0 E 1C 0 5C 1F 4E 55 25
Octal 177 260 16 34 0 134 37 116 125 45
Binary 1111111 10110000 1110 11100 0 1011100 11111 1001110 1010101 100101

Color Harmonies of #7FB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB00E

Black with #7FB00E

Text Example


Text Example

White with #7FB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,176,14); }

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

background-color css

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

 a { background-color: rgb(127,176,14); }

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

border-color css

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

 span { border-color: rgb(127,176,14); }

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