Html Css Color HEX #7FAA02 Lima

📋 copy color: '#7FAA02'

red 127 ◦ green 170 ◦ blue 2

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

Shades of Lima #7FAA02

Tints of Lima #7FAA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 42.47%
G = 56.86%
B = 0.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#7FAA02 (or 0x7FAA02) is known color: Lima. HEX triplet: 7F, AA and 02. RGB value is (127,170,2). Sum of RGB (Red+Green+Blue) = 127+170+2=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA02 is #8055FD. Grayscale: #8A8A8A. Windows color (decimal): -8410622 or 174719. OLE color: 174719.

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

Color convert

RGB 127 170 2 -
CMYK 0.25 0 0.99 0.33
HSL 75.36º 0.98% 0.34% -
HSV(B) 75.36º 0.99% 0.67% -
XYZ 23.14 33.27 5.26 -
YUV 137.99 51.25 120.16 -
System Red Green Blue C M Y K H S L
Decimal 127 170 2 0.25 0 0.99 0.33 75.36 0.98 0.34
Hex 7F AA 2 19 0 63 21 4B 62 22
Octal 177 252 2 31 0 143 41 113 142 42
Binary 1111111 10101010 10 11001 0 1100011 100001 1001011 1100010 100010

Color Harmonies of #7FAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA02

Black with #7FAA02

Text Example


Text Example

White with #7FAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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