Html Css Color HEX #7FB71F Lima

📋 copy color: '#7FB71F'

red 127 ◦ green 183 ◦ blue 31

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

Shades of Lima #7FB71F

Tints of Lima #7FB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.67%

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

R = 37.24%
G = 53.67%
B = 9.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#7FB71F (or 0x7FB71F) is known color: Lima. HEX triplet: 7F, B7 and 1F. RGB value is (127,183,31). Sum of RGB (Red+Green+Blue) = 127+183+31=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB71F is #8048E0. Grayscale: #959595. Windows color (decimal): -8407265 or 2078591. OLE color: 2078591.

HSL color Cylindrical-coordinate representation of color #7FB71F: hue angle of 82.11º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FB71F is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 183 31 -
CMYK 0.31 0 0.83 0.28
HSL 82.11º 0.71% 0.42% -
HSV(B) 82.11º 0.83% 0.72% -
XYZ 25.93 38.48 7.36 -
YUV 148.93 61.45 112.36 -
System Red Green Blue C M Y K H S L
Decimal 127 183 31 0.31 0 0.83 0.28 82.11 0.71 0.42
Hex 7F B7 1F 1F 0 53 1C 52 47 2A
Octal 177 267 37 37 0 123 34 122 107 52
Binary 1111111 10110111 11111 11111 0 1010011 11100 1010010 1000111 101010

Color Harmonies of #7FB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB71F

Black with #7FB71F

Text Example


Text Example

White with #7FB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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