Html Css Color HEX #7FB82B Lima

📋 copy color: '#7FB82B'

red 127 ◦ green 184 ◦ blue 43

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

Shades of Lima #7FB82B

Tints of Lima #7FB82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.15%

R = 35.88%
G = 51.98%
B = 12.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#7FB82B (or 0x7FB82B) is known color: Lima. HEX triplet: 7F, B8 and 2B. RGB value is (127,184,43). Sum of RGB (Red+Green+Blue) = 127+184+43=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB82B is #8047D4. Grayscale: #979797. Windows color (decimal): -8406997 or 2865279. OLE color: 2865279.

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

Color convert

RGB 127 184 43 -
CMYK 0.31 0 0.77 0.28
HSL 84.26º 0.62% 0.45% -
HSV(B) 84.26º 0.77% 0.72% -
XYZ 26.33 38.97 8.42 -
YUV 150.88 67.12 110.96 -
System Red Green Blue C M Y K H S L
Decimal 127 184 43 0.31 0 0.77 0.28 84.26 0.62 0.45
Hex 7F B8 2B 1F 0 4D 1C 54 3E 2D
Octal 177 270 53 37 0 115 34 124 76 55
Binary 1111111 10111000 101011 11111 0 1001101 11100 1010100 111110 101101

Color Harmonies of #7FB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB82B

Black with #7FB82B

Text Example


Text Example

White with #7FB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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