Html Css Color HEX #7FAB04 Lima

📋 copy color: '#7FAB04'

red 127 ◦ green 171 ◦ blue 4

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

Shades of Lima #7FAB04

Tints of Lima #7FAB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 42.05%
G = 56.62%
B = 1.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#7FAB04 (or 0x7FAB04) is known color: Lima. HEX triplet: 7F, AB and 04. RGB value is (127,171,4). Sum of RGB (Red+Green+Blue) = 127+171+4=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB04 is #8054FB. Grayscale: #8B8B8B. Windows color (decimal): -8410364 or 306047. OLE color: 306047.

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

Color convert

RGB 127 171 4 -
CMYK 0.26 0 0.98 0.33
HSL 75.81º 0.95% 0.34% -
HSV(B) 75.81º 0.98% 0.67% -
XYZ 23.34 33.65 5.38 -
YUV 138.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 127 171 4 0.26 0 0.98 0.33 75.81 0.95 0.34
Hex 7F AB 4 1A 0 62 21 4C 5F 22
Octal 177 253 4 32 0 142 41 114 137 42
Binary 1111111 10101011 100 11010 0 1100010 100001 1001100 1011111 100010

Color Harmonies of #7FAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB04

Black with #7FAB04

Text Example


Text Example

White with #7FAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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