Html Css Color HEX #7FAA27 Lima

📋 copy color: '#7FAA27'

red 127 ◦ green 170 ◦ blue 39

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

Shades of Lima #7FAA27

Tints of Lima #7FAA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 37.8%
G = 50.6%
B = 11.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#7FAA27 (or 0x7FAA27) is known color: Lima. HEX triplet: 7F, AA and 27. RGB value is (127,170,39). Sum of RGB (Red+Green+Blue) = 127+170+39=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA27 is #8055D8. Grayscale: #8E8E8E. Windows color (decimal): -8410585 or 2599551. OLE color: 2599551.

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

Color convert

RGB 127 170 39 -
CMYK 0.25 0 0.77 0.33
HSL 79.69º 0.63% 0.41% -
HSV(B) 79.69º 0.77% 0.67% -
XYZ 23.49 33.41 7.13 -
YUV 142.21 69.75 117.15 -
System Red Green Blue C M Y K H S L
Decimal 127 170 39 0.25 0 0.77 0.33 79.69 0.63 0.41
Hex 7F AA 27 19 0 4D 21 50 3F 29
Octal 177 252 47 31 0 115 41 120 77 51
Binary 1111111 10101010 100111 11001 0 1001101 100001 1010000 111111 101001

Color Harmonies of #7FAA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA27

Black with #7FAA27

Text Example


Text Example

White with #7FAA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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