Html Css Color HEX #7EAE03 Lima

📋 copy color: '#7EAE03'

red 126 ◦ green 174 ◦ blue 3

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

Shades of Lima #7EAE03

Tints of Lima #7EAE03

RGB

 RED value IS 126 (49.61% from 255) = 41.58%

 GREEN value IS 174 (68.36% from 255) = 57.43%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 41.58%
G = 57.43%
B = 0.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#7EAE03 (or 0x7EAE03) is known color: Lima. HEX triplet: 7E, AE and 03. RGB value is (126,174,3). Sum of RGB (Red+Green+Blue) = 126+174+3=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAE03 is #8151FC. Grayscale: #8C8C8C. Windows color (decimal): -8475133 or 241278. OLE color: 241278.

HSL color Cylindrical-coordinate representation of color #7EAE03: hue angle of 76.84º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EAE03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 174 3 -
CMYK 0.28 0 0.98 0.32
HSL 76.84º 0.97% 0.35% -
HSV(B) 76.84º 0.98% 0.68% -
XYZ 23.76 34.71 5.53 -
YUV 140.15 50.6 117.9 -
System Red Green Blue C M Y K H S L
Decimal 126 174 3 0.28 0 0.98 0.32 76.84 0.97 0.35
Hex 7E AE 3 1C 0 62 20 4D 61 23
Octal 176 256 3 34 0 142 40 115 141 43
Binary 1111110 10101110 11 11100 0 1100010 100000 1001101 1100001 100011

Color Harmonies of #7EAE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE03

Black with #7EAE03

Text Example


Text Example

White with #7EAE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,174,3); }

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

background-color css

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

 a { background-color: rgb(126,174,3); }

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

border-color css

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

 span { border-color: rgb(126,174,3); }

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