Html Css Color HEX #7FAA25 Lima

📋 copy color: '#7FAA25'

red 127 ◦ green 170 ◦ blue 37

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

Shades of Lima #7FAA25

Tints of Lima #7FAA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 38.02%
G = 50.9%
B = 11.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#7FAA25 (or 0x7FAA25) is known color: Lima. HEX triplet: 7F, AA and 25. RGB value is (127,170,37). Sum of RGB (Red+Green+Blue) = 127+170+37=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA25 is #8055DA. Grayscale: #8E8E8E. Windows color (decimal): -8410587 or 2468479. OLE color: 2468479.

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

Color convert

RGB 127 170 37 -
CMYK 0.25 0 0.78 0.33
HSL 79.4º 0.64% 0.41% -
HSV(B) 79.4º 0.78% 0.67% -
XYZ 23.46 33.4 6.96 -
YUV 141.98 68.75 117.31 -
System Red Green Blue C M Y K H S L
Decimal 127 170 37 0.25 0 0.78 0.33 79.4 0.64 0.41
Hex 7F AA 25 19 0 4E 21 4F 40 29
Octal 177 252 45 31 0 116 41 117 100 51
Binary 1111111 10101010 100101 11001 0 1001110 100001 1001111 1000000 101001

Color Harmonies of #7FAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA25

Black with #7FAA25

Text Example


Text Example

White with #7FAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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