Html Css Color HEX #7FAB1C Lima

📋 copy color: '#7FAB1C'

red 127 ◦ green 171 ◦ blue 28

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

Shades of Lima #7FAB1C

Tints of Lima #7FAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.59%

R = 38.96%
G = 52.45%
B = 8.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#7FAB1C (or 0x7FAB1C) is known color: Lima. HEX triplet: 7F, AB and 1C. RGB value is (127,171,28). Sum of RGB (Red+Green+Blue) = 127+171+28=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAB1C is #8054E3. Grayscale: #8E8E8E. Windows color (decimal): -8410340 or 1878911. OLE color: 1878911.

HSL color Cylindrical-coordinate representation of color #7FAB1C: hue angle of 78.46º degrees, saturation: 0.72, 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 #7FAB1C is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 28 -
CMYK 0.26 0 0.84 0.33
HSL 78.46º 0.72% 0.39% -
HSV(B) 78.46º 0.84% 0.67% -
XYZ 23.52 33.72 6.37 -
YUV 141.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 127 171 28 0.26 0 0.84 0.33 78.46 0.72 0.39
Hex 7F AB 1C 1A 0 54 21 4E 48 27
Octal 177 253 34 32 0 124 41 116 110 47
Binary 1111111 10101011 11100 11010 0 1010100 100001 1001110 1001000 100111

Color Harmonies of #7FAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB1C

Black with #7FAB1C

Text Example


Text Example

White with #7FAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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