Html Css Color HEX #7CAA28 Lima

📋 copy color: '#7CAA28'

red 124 ◦ green 170 ◦ blue 40

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

Shades of Lima #7CAA28

Tints of Lima #7CAA28

RGB

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

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

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

R = 37.13%
G = 50.9%
B = 11.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#7CAA28 (or 0x7CAA28) is known color: Lima. HEX triplet: 7C, AA and 28. RGB value is (124,170,40). Sum of RGB (Red+Green+Blue) = 124+170+40=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAA28 is #8355D7. Grayscale: #8D8D8D. Windows color (decimal): -8607192 or 2665084. OLE color: 2665084.

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

Color convert

RGB 124 170 40 -
CMYK 0.27 0 0.76 0.33
HSL 81.23º 0.62% 0.41% -
HSV(B) 81.23º 0.76% 0.67% -
XYZ 23.07 33.19 7.2 -
YUV 141.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 124 170 40 0.27 0 0.76 0.33 81.23 0.62 0.41
Hex 7C AA 28 1B 0 4C 21 51 3E 29
Octal 174 252 50 33 0 114 41 121 76 51
Binary 1111100 10101010 101000 11011 0 1001100 100001 1010001 111110 101001

Color Harmonies of #7CAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA28

Black with #7CAA28

Text Example


Text Example

White with #7CAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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