Html Css Color HEX #7FAD2B Lima

📋 copy color: '#7FAD2B'

red 127 ◦ green 173 ◦ blue 43

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

Shades of Lima #7FAD2B

Tints of Lima #7FAD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.44%

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

R = 37.03%
G = 50.44%
B = 12.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#7FAD2B (or 0x7FAD2B) is known color: Lima. HEX triplet: 7F, AD and 2B. RGB value is (127,173,43). Sum of RGB (Red+Green+Blue) = 127+173+43=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD2B is #8052D4. Grayscale: #909090. Windows color (decimal): -8409813 or 2862463. OLE color: 2862463.

HSL color Cylindrical-coordinate representation of color #7FAD2B: hue angle of 81.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FAD2B is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 43 -
CMYK 0.27 0 0.75 0.32
HSL 81.23º 0.6% 0.42% -
HSV(B) 81.23º 0.75% 0.68% -
XYZ 24.13 34.57 7.69 -
YUV 144.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 127 173 43 0.27 0 0.75 0.32 81.23 0.6 0.42
Hex 7F AD 2B 1B 0 4B 20 51 3C 2A
Octal 177 255 53 33 0 113 40 121 74 52
Binary 1111111 10101101 101011 11011 0 1001011 100000 1010001 111100 101010

Color Harmonies of #7FAD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD2B

Black with #7FAD2B

Text Example


Text Example

White with #7FAD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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