Html Css Color HEX #7FAA1B Lima

📋 copy color: '#7FAA1B'

red 127 ◦ green 170 ◦ blue 27

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

Shades of Lima #7FAA1B

Tints of Lima #7FAA1B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.47%

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

R = 39.2%
G = 52.47%
B = 8.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#7FAA1B (or 0x7FAA1B) is known color: Lima. HEX triplet: 7F, AA and 1B. RGB value is (127,170,27). Sum of RGB (Red+Green+Blue) = 127+170+27=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA1B is #8055E4. Grayscale: #8D8D8D. Windows color (decimal): -8410597 or 1813119. OLE color: 1813119.

HSL color Cylindrical-coordinate representation of color #7FAA1B: hue angle of 78.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FAA1B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 27 -
CMYK 0.25 0 0.84 0.33
HSL 78.04º 0.73% 0.39% -
HSV(B) 78.04º 0.84% 0.67% -
XYZ 23.32 33.34 6.24 -
YUV 140.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 127 170 27 0.25 0 0.84 0.33 78.04 0.73 0.39
Hex 7F AA 1B 19 0 54 21 4E 49 27
Octal 177 252 33 31 0 124 41 116 111 47
Binary 1111111 10101010 11011 11001 0 1010100 100001 1001110 1001001 100111

Color Harmonies of #7FAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA1B

Black with #7FAA1B

Text Example


Text Example

White with #7FAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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