Html Css Color HEX #7FAE28 Lima

📋 copy color: '#7FAE28'

red 127 ◦ green 174 ◦ blue 40

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

Shades of Lima #7FAE28

Tints of Lima #7FAE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.03%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 37.24%
G = 51.03%
B = 11.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#7FAE28 (or 0x7FAE28) is known color: Lima. HEX triplet: 7F, AE and 28. RGB value is (127,174,40). Sum of RGB (Red+Green+Blue) = 127+174+40=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE28 is #8051D7. Grayscale: #919191. Windows color (decimal): -8409560 or 2666111. OLE color: 2666111.

HSL color Cylindrical-coordinate representation of color #7FAE28: hue angle of 81.04º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FAE28 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 40 -
CMYK 0.27 0 0.77 0.32
HSL 81.04º 0.63% 0.42% -
HSV(B) 81.04º 0.77% 0.68% -
XYZ 24.27 34.94 7.47 -
YUV 144.67 68.93 115.4 -
System Red Green Blue C M Y K H S L
Decimal 127 174 40 0.27 0 0.77 0.32 81.04 0.63 0.42
Hex 7F AE 28 1B 0 4D 20 51 3F 2A
Octal 177 256 50 33 0 115 40 121 77 52
Binary 1111111 10101110 101000 11011 0 1001101 100000 1010001 111111 101010

Color Harmonies of #7FAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE28

Black with #7FAE28

Text Example


Text Example

White with #7FAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,40); }

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

background-color css

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

 a { background-color: rgb(127,174,40); }

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

border-color css

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

 span { border-color: rgb(127,174,40); }

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