Html Css Color HEX #7CB41A Lima

📋 copy color: '#7CB41A'

red 124 ◦ green 180 ◦ blue 26

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

Shades of Lima #7CB41A

Tints of Lima #7CB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.55%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 37.58%
G = 54.55%
B = 7.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#7CB41A (or 0x7CB41A) is known color: Lima. HEX triplet: 7C, B4 and 1A. RGB value is (124,180,26). Sum of RGB (Red+Green+Blue) = 124+180+26=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB41A is #834BE5. Grayscale: #929292. Windows color (decimal): -8604646 or 1750140. OLE color: 1750140.

HSL color Cylindrical-coordinate representation of color #7CB41A: hue angle of 81.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CB41A is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 26 -
CMYK 0.31 0 0.86 0.29
HSL 81.82º 0.75% 0.4% -
HSV(B) 81.82º 0.86% 0.71% -
XYZ 24.82 37 6.81 -
YUV 145.7 60.45 112.52 -
System Red Green Blue C M Y K H S L
Decimal 124 180 26 0.31 0 0.86 0.29 81.82 0.75 0.4
Hex 7C B4 1A 1F 0 56 1D 52 4B 28
Octal 174 264 32 37 0 126 35 122 113 50
Binary 1111100 10110100 11010 11111 0 1010110 11101 1010010 1001011 101000

Color Harmonies of #7CB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB41A

Black with #7CB41A

Text Example


Text Example

White with #7CB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,26); }

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

background-color css

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

 a { background-color: rgb(124,180,26); }

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

border-color css

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

 span { border-color: rgb(124,180,26); }

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