Html Css Color HEX #7CAC28 Lima

📋 copy color: '#7CAC28'

red 124 ◦ green 172 ◦ blue 40

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

Shades of Lima #7CAC28

Tints of Lima #7CAC28

RGB

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

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

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

R = 36.9%
G = 51.19%
B = 11.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#7CAC28 (or 0x7CAC28) is known color: Lima. HEX triplet: 7C, AC and 28. RGB value is (124,172,40). Sum of RGB (Red+Green+Blue) = 124+172+40=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC28 is #8353D7. Grayscale: #8F8F8F. Windows color (decimal): -8606680 or 2665596. OLE color: 2665596.

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

Color convert

RGB 124 172 40 -
CMYK 0.28 0 0.77 0.33
HSL 81.82º 0.62% 0.42% -
HSV(B) 81.82º 0.77% 0.67% -
XYZ 23.45 33.94 7.32 -
YUV 142.6 70.1 114.73 -
System Red Green Blue C M Y K H S L
Decimal 124 172 40 0.28 0 0.77 0.33 81.82 0.62 0.42
Hex 7C AC 28 1C 0 4D 21 52 3E 2A
Octal 174 254 50 34 0 115 41 122 76 52
Binary 1111100 10101100 101000 11100 0 1001101 100001 1010010 111110 101010

Color Harmonies of #7CAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC28

Black with #7CAC28

Text Example


Text Example

White with #7CAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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