Html Css Color HEX #7FAC25 Lima

📋 copy color: '#7FAC25'

red 127 ◦ green 172 ◦ blue 37

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

Shades of Lima #7FAC25

Tints of Lima #7FAC25

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

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

R = 37.8%
G = 51.19%
B = 11.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#7FAC25 (or 0x7FAC25) is known color: Lima. HEX triplet: 7F, AC and 25. RGB value is (127,172,37). Sum of RGB (Red+Green+Blue) = 127+172+37=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC25 is #8053DA. Grayscale: #8F8F8F. Windows color (decimal): -8410075 or 2468991. OLE color: 2468991.

HSL color Cylindrical-coordinate representation of color #7FAC25: hue angle of 80º degrees, saturation: 0.65, 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 #7FAC25 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 37 -
CMYK 0.26 0 0.78 0.33
HSL 80º 0.65% 0.41% -
HSV(B) 80º 0.78% 0.67% -
XYZ 23.84 34.15 7.09 -
YUV 143.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 127 172 37 0.26 0 0.78 0.33 80 0.65 0.41
Hex 7F AC 25 1A 0 4E 21 50 41 29
Octal 177 254 45 32 0 116 41 120 101 51
Binary 1111111 10101100 100101 11010 0 1001110 100001 1010000 1000001 101001

Color Harmonies of #7FAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC25

Black with #7FAC25

Text Example


Text Example

White with #7FAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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