Html Css Color HEX #7FB81F Lima

📋 copy color: '#7FB81F'

red 127 ◦ green 184 ◦ blue 31

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

Shades of Lima #7FB81F

Tints of Lima #7FB81F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.8%

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

R = 37.13%
G = 53.8%
B = 9.06%

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

#7FB81F (or 0x7FB81F) is known color: Lima. HEX triplet: 7F, B8 and 1F. RGB value is (127,184,31). Sum of RGB (Red+Green+Blue) = 127+184+31=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB81F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB81F is #8047E0. Grayscale: #969696. Windows color (decimal): -8407009 or 2078847. OLE color: 2078847.

HSL color Cylindrical-coordinate representation of color #7FB81F: hue angle of 82.35º 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 #7FB81F is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 31 -
CMYK 0.31 0 0.83 0.28
HSL 82.35º 0.71% 0.42% -
HSV(B) 82.35º 0.83% 0.72% -
XYZ 26.14 38.89 7.43 -
YUV 149.52 61.12 111.94 -
System Red Green Blue C M Y K H S L
Decimal 127 184 31 0.31 0 0.83 0.28 82.35 0.71 0.42
Hex 7F B8 1F 1F 0 53 1C 52 47 2A
Octal 177 270 37 37 0 123 34 122 107 52
Binary 1111111 10111000 11111 11111 0 1010011 11100 1010010 1000111 101010

Color Harmonies of #7FB81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB81F

Black with #7FB81F

Text Example


Text Example

White with #7FB81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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