Html Css Color HEX #7CAA24 Lima

📋 copy color: '#7CAA24'

red 124 ◦ green 170 ◦ blue 36

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

Shades of Lima #7CAA24

Tints of Lima #7CAA24

RGB

 RED value IS 124 (48.83% from 255) = 37.58%

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

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 37.58%
G = 51.52%
B = 10.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#7CAA24 (or 0x7CAA24) is known color: Lima. HEX triplet: 7C, AA and 24. RGB value is (124,170,36). Sum of RGB (Red+Green+Blue) = 124+170+36=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAA24 is #8355DB. Grayscale: #8D8D8D. Windows color (decimal): -8607196 or 2402940. OLE color: 2402940.

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

Color convert

RGB 124 170 36 -
CMYK 0.27 0 0.79 0.33
HSL 80.6º 0.65% 0.4% -
HSV(B) 80.6º 0.79% 0.67% -
XYZ 23.01 33.16 6.86 -
YUV 140.97 68.76 115.9 -
System Red Green Blue C M Y K H S L
Decimal 124 170 36 0.27 0 0.79 0.33 80.6 0.65 0.4
Hex 7C AA 24 1B 0 4F 21 51 41 28
Octal 174 252 44 33 0 117 41 121 101 50
Binary 1111100 10101010 100100 11011 0 1001111 100001 1010001 1000001 101000

Color Harmonies of #7CAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA24

Black with #7CAA24

Text Example


Text Example

White with #7CAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,36); }

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

background-color css

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

 a { background-color: rgb(124,170,36); }

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

border-color css

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

 span { border-color: rgb(124,170,36); }

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