Html Css Color HEX #7FB31F Lima

📋 copy color: '#7FB31F'

red 127 ◦ green 179 ◦ blue 31

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

Shades of Lima #7FB31F

Tints of Lima #7FB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 37.69%
G = 53.12%
B = 9.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#7FB31F (or 0x7FB31F) is known color: Lima. HEX triplet: 7F, B3 and 1F. RGB value is (127,179,31). Sum of RGB (Red+Green+Blue) = 127+179+31=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB31F is #804CE0. Grayscale: #939393. Windows color (decimal): -8408289 or 2077567. OLE color: 2077567.

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

Color convert

RGB 127 179 31 -
CMYK 0.29 0 0.83 0.30
HSL 81.08º 0.7% 0.41% -
HSV(B) 81.08º 0.83% 0.7% -
XYZ 25.12 36.85 7.09 -
YUV 146.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 127 179 31 0.29 0 0.83 0.30 81.08 0.7 0.41
Hex 7F B3 1F 1D 0 53 1E 51 46 29
Octal 177 263 37 35 0 123 36 121 106 51
Binary 1111111 10110011 11111 11101 0 1010011 11110 1010001 1000110 101001

Color Harmonies of #7FB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB31F

Black with #7FB31F

Text Example


Text Example

White with #7FB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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