Html Css Color HEX #7FB31B Lima

📋 copy color: '#7FB31B'

red 127 ◦ green 179 ◦ blue 27

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

Shades of Lima #7FB31B

Tints of Lima #7FB31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 38.14%
G = 53.75%
B = 8.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#7FB31B (or 0x7FB31B) is known color: Lima. HEX triplet: 7F, B3 and 1B. RGB value is (127,179,27). Sum of RGB (Red+Green+Blue) = 127+179+27=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB31B is #804CE4. Grayscale: #929292. Windows color (decimal): -8408293 or 1815423. OLE color: 1815423.

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

Color convert

RGB 127 179 27 -
CMYK 0.29 0 0.85 0.30
HSL 80.53º 0.74% 0.4% -
HSV(B) 80.53º 0.85% 0.7% -
XYZ 25.07 36.83 6.82 -
YUV 146.12 60.77 114.36 -
System Red Green Blue C M Y K H S L
Decimal 127 179 27 0.29 0 0.85 0.30 80.53 0.74 0.4
Hex 7F B3 1B 1D 0 55 1E 51 4A 28
Octal 177 263 33 35 0 125 36 121 112 50
Binary 1111111 10110011 11011 11101 0 1010101 11110 1010001 1001010 101000

Color Harmonies of #7FB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB31B

Black with #7FB31B

Text Example


Text Example

White with #7FB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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