Html Css Color HEX #7CA11D Lima

📋 copy color: '#7CA11D'

red 124 ◦ green 161 ◦ blue 29

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

Shades of Lima #7CA11D

Tints of Lima #7CA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.27%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 39.49%
G = 51.27%
B = 9.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#7CA11D (or 0x7CA11D) is known color: Lima. HEX triplet: 7C, A1 and 1D. RGB value is (124,161,29). Sum of RGB (Red+Green+Blue) = 124+161+29=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA11D is #835EE2. Grayscale: #878787. Windows color (decimal): -8609507 or 1941884. OLE color: 1941884.

HSL color Cylindrical-coordinate representation of color #7CA11D: hue angle of 76.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CA11D is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 161 29 -
CMYK 0.23 0 0.82 0.37
HSL 76.82º 0.69% 0.37% -
HSV(B) 76.82º 0.82% 0.63% -
XYZ 21.28 29.86 5.81 -
YUV 134.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 124 161 29 0.23 0 0.82 0.37 76.82 0.69 0.37
Hex 7C A1 1D 17 0 52 25 4D 45 25
Octal 174 241 35 27 0 122 45 115 105 45
Binary 1111100 10100001 11101 10111 0 1010010 100101 1001101 1000101 100101

Color Harmonies of #7CA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA11D

Black with #7CA11D

Text Example


Text Example

White with #7CA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,161,29); }

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

background-color css

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

 a { background-color: rgb(124,161,29); }

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

border-color css

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

 span { border-color: rgb(124,161,29); }

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