Html Css Color HEX #7CA20E Lima

📋 copy color: '#7CA20E'

red 124 ◦ green 162 ◦ blue 14

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

Shades of Lima #7CA20E

Tints of Lima #7CA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 41.33%
G = 54%
B = 4.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#7CA20E (or 0x7CA20E) is known color: Lima. HEX triplet: 7C, A2 and 0E. RGB value is (124,162,14). Sum of RGB (Red+Green+Blue) = 124+162+14=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA20E is #835DF1. Grayscale: #868686. Windows color (decimal): -8609266 or 959100. OLE color: 959100.

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

Color convert

RGB 124 162 14 -
CMYK 0.23 0 0.91 0.36
HSL 75.41º 0.84% 0.35% -
HSV(B) 75.41º 0.91% 0.64% -
XYZ 21.31 30.16 5.11 -
YUV 133.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 124 162 14 0.23 0 0.91 0.36 75.41 0.84 0.35
Hex 7C A2 E 17 0 5B 24 4B 54 23
Octal 174 242 16 27 0 133 44 113 124 43
Binary 1111100 10100010 1110 10111 0 1011011 100100 1001011 1010100 100011

Color Harmonies of #7CA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA20E

Black with #7CA20E

Text Example


Text Example

White with #7CA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,162,14); }

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

background-color css

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

 a { background-color: rgb(124,162,14); }

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

border-color css

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

 span { border-color: rgb(124,162,14); }

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