Html Css Color HEX #7FAE25 Lima

📋 copy color: '#7FAE25'

red 127 ◦ green 174 ◦ blue 37

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

Shades of Lima #7FAE25

Tints of Lima #7FAE25

RGB

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

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

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

R = 37.57%
G = 51.48%
B = 10.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#7FAE25 (or 0x7FAE25) is known color: Lima. HEX triplet: 7F, AE and 25. RGB value is (127,174,37). Sum of RGB (Red+Green+Blue) = 127+174+37=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE25 is #8051DA. Grayscale: #909090. Windows color (decimal): -8409563 or 2469503. OLE color: 2469503.

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

Color convert

RGB 127 174 37 -
CMYK 0.27 0 0.79 0.32
HSL 80.58º 0.65% 0.41% -
HSV(B) 80.58º 0.79% 0.68% -
XYZ 24.22 34.92 7.21 -
YUV 144.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 127 174 37 0.27 0 0.79 0.32 80.58 0.65 0.41
Hex 7F AE 25 1B 0 4F 20 51 41 29
Octal 177 256 45 33 0 117 40 121 101 51
Binary 1111111 10101110 100101 11011 0 1001111 100000 1010001 1000001 101001

Color Harmonies of #7FAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE25

Black with #7FAE25

Text Example


Text Example

White with #7FAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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