Html Css Color HEX #7FAB2C Lima

📋 copy color: '#7FAB2C'

red 127 ◦ green 171 ◦ blue 44

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

Shades of Lima #7FAB2C

Tints of Lima #7FAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50%

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 37.13%
G = 50%
B = 12.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#7FAB2C (or 0x7FAB2C) is known color: Lima. HEX triplet: 7F, AB and 2C. RGB value is (127,171,44). Sum of RGB (Red+Green+Blue) = 127+171+44=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAB2C is #8054D3. Grayscale: #8F8F8F. Windows color (decimal): -8410324 or 2927487. OLE color: 2927487.

HSL color Cylindrical-coordinate representation of color #7FAB2C: hue angle of 80.79º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FAB2C is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 44 -
CMYK 0.26 0 0.74 0.33
HSL 80.79º 0.59% 0.42% -
HSV(B) 80.79º 0.74% 0.67% -
XYZ 23.77 33.82 7.66 -
YUV 143.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 127 171 44 0.26 0 0.74 0.33 80.79 0.59 0.42
Hex 7F AB 2C 1A 0 4A 21 51 3B 2A
Octal 177 253 54 32 0 112 41 121 73 52
Binary 1111111 10101011 101100 11010 0 1001010 100001 1010001 111011 101010

Color Harmonies of #7FAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB2C

Black with #7FAB2C

Text Example


Text Example

White with #7FAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,44); }

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

background-color css

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

 a { background-color: rgb(127,171,44); }

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

border-color css

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

 span { border-color: rgb(127,171,44); }

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