Html Css Color HEX #7FBF1F Lima

📋 copy color: '#7FBF1F'

red 127 ◦ green 191 ◦ blue 31

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

Shades of Lima #7FBF1F

Tints of Lima #7FBF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 54.73%

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

R = 36.39%
G = 54.73%
B = 8.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#7FBF1F (or 0x7FBF1F) is known color: Lima. HEX triplet: 7F, BF and 1F. RGB value is (127,191,31). Sum of RGB (Red+Green+Blue) = 127+191+31=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF1F is #8040E0. Grayscale: #9A9A9A. Windows color (decimal): -8405217 or 2080639. OLE color: 2080639.

HSL color Cylindrical-coordinate representation of color #7FBF1F: hue angle of 84º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FBF1F is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 191 31 -
CMYK 0.34 0 0.84 0.25
HSL 84º 0.72% 0.44% -
HSV(B) 84º 0.84% 0.75% -
XYZ 27.63 41.87 7.92 -
YUV 153.62 58.8 109.01 -
System Red Green Blue C M Y K H S L
Decimal 127 191 31 0.34 0 0.84 0.25 84 0.72 0.44
Hex 7F BF 1F 22 0 54 19 54 48 2C
Octal 177 277 37 42 0 124 31 124 110 54
Binary 1111111 10111111 11111 100010 0 1010100 11001 1010100 1001000 101100

Color Harmonies of #7FBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF1F

Black with #7FBF1F

Text Example


Text Example

White with #7FBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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