Html Css Color HEX #7CA31E Lima

📋 copy color: '#7CA31E'

red 124 ◦ green 163 ◦ blue 30

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

Shades of Lima #7CA31E

Tints of Lima #7CA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.42%

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

R = 39.12%
G = 51.42%
B = 9.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#7CA31E (or 0x7CA31E) is known color: Lima. HEX triplet: 7C, A3 and 1E. RGB value is (124,163,30). Sum of RGB (Red+Green+Blue) = 124+163+30=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA31E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA31E is #835CE1. Grayscale: #888888. Windows color (decimal): -8608994 or 2007932. OLE color: 2007932.

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

Color convert

RGB 124 163 30 -
CMYK 0.24 0 0.82 0.36
HSL 77.59º 0.69% 0.38% -
HSV(B) 77.59º 0.82% 0.64% -
XYZ 21.64 30.57 5.99 -
YUV 136.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 124 163 30 0.24 0 0.82 0.36 77.59 0.69 0.38
Hex 7C A3 1E 18 0 52 24 4E 45 26
Octal 174 243 36 30 0 122 44 116 105 46
Binary 1111100 10100011 11110 11000 0 1010010 100100 1001110 1000101 100110

Color Harmonies of #7CA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA31E

Black with #7CA31E

Text Example


Text Example

White with #7CA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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