Html Css Color HEX #7CA41B Lima

📋 copy color: '#7CA41B'

red 124 ◦ green 164 ◦ blue 27

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

Shades of Lima #7CA41B

Tints of Lima #7CA41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.06%

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 39.37%
G = 52.06%
B = 8.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#7CA41B (or 0x7CA41B) is known color: Lima. HEX triplet: 7C, A4 and 1B. RGB value is (124,164,27). Sum of RGB (Red+Green+Blue) = 124+164+27=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA41B is #835BE4. Grayscale: #888888. Windows color (decimal): -8608741 or 1811580. OLE color: 1811580.

HSL color Cylindrical-coordinate representation of color #7CA41B: hue angle of 77.52º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CA41B is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 164 27 -
CMYK 0.24 0 0.84 0.36
HSL 77.52º 0.72% 0.37% -
HSV(B) 77.52º 0.84% 0.64% -
XYZ 21.79 30.92 5.86 -
YUV 136.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 124 164 27 0.24 0 0.84 0.36 77.52 0.72 0.37
Hex 7C A4 1B 18 0 54 24 4E 48 25
Octal 174 244 33 30 0 124 44 116 110 45
Binary 1111100 10100100 11011 11000 0 1010100 100100 1001110 1001000 100101

Color Harmonies of #7CA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA41B

Black with #7CA41B

Text Example


Text Example

White with #7CA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,164,27); }

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

background-color css

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

 a { background-color: rgb(124,164,27); }

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

border-color css

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

 span { border-color: rgb(124,164,27); }

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