Html Css Color HEX #7FB314 Lima

📋 copy color: '#7FB314'

red 127 ◦ green 179 ◦ blue 20

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

Shades of Lima #7FB314

Tints of Lima #7FB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.91%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 38.96%
G = 54.91%
B = 6.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#7FB314 (or 0x7FB314) is known color: Lima. HEX triplet: 7F, B3 and 14. RGB value is (127,179,20). Sum of RGB (Red+Green+Blue) = 127+179+20=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB314 is #804CEB. Grayscale: #919191. Windows color (decimal): -8408300 or 1356671. OLE color: 1356671.

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

Color convert

RGB 127 179 20 -
CMYK 0.29 0 0.89 0.30
HSL 79.62º 0.8% 0.39% -
HSV(B) 79.62º 0.89% 0.7% -
XYZ 25 36.8 6.45 -
YUV 145.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 127 179 20 0.29 0 0.89 0.30 79.62 0.8 0.39
Hex 7F B3 14 1D 0 59 1E 50 50 27
Octal 177 263 24 35 0 131 36 120 120 47
Binary 1111111 10110011 10100 11101 0 1011001 11110 1010000 1010000 100111

Color Harmonies of #7FB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB314

Black with #7FB314

Text Example


Text Example

White with #7FB314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,179,20); }

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

background-color css

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

 a { background-color: rgb(127,179,20); }

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

border-color css

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

 span { border-color: rgb(127,179,20); }

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