Html Css Color HEX #7CA01E Lima

📋 copy color: '#7CA01E'

red 124 ◦ green 160 ◦ blue 30

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

Shades of Lima #7CA01E

Tints of Lima #7CA01E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 39.49%
G = 50.96%
B = 9.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#7CA01E (or 0x7CA01E) is known color: Lima. HEX triplet: 7C, A0 and 1E. RGB value is (124,160,30). Sum of RGB (Red+Green+Blue) = 124+160+30=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA01E is #835FE1. Grayscale: #868686. Windows color (decimal): -8609762 or 2007164. OLE color: 2007164.

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

Color convert

RGB 124 160 30 -
CMYK 0.22 0 0.81 0.37
HSL 76.62º 0.68% 0.37% -
HSV(B) 76.62º 0.81% 0.63% -
XYZ 21.12 29.52 5.81 -
YUV 134.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 124 160 30 0.22 0 0.81 0.37 76.62 0.68 0.37
Hex 7C A0 1E 16 0 51 25 4D 44 25
Octal 174 240 36 26 0 121 45 115 104 45
Binary 1111100 10100000 11110 10110 0 1010001 100101 1001101 1000100 100101

Color Harmonies of #7CA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA01E

Black with #7CA01E

Text Example


Text Example

White with #7CA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,160,30); }

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

background-color css

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

 a { background-color: rgb(124,160,30); }

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

border-color css

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

 span { border-color: rgb(124,160,30); }

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