Html Css Color HEX #7EC302 Lima

📋 copy color: '#7EC302'

red 126 ◦ green 195 ◦ blue 2

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

Shades of Lima #7EC302

Tints of Lima #7EC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.37%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 39.01%
G = 60.37%
B = 0.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#7EC302 (or 0x7EC302) is known color: Lima. HEX triplet: 7E, C3 and 02. RGB value is (126,195,2). Sum of RGB (Red+Green+Blue) = 126+195+2=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC302 is #813CFD. Grayscale: #999999. Windows color (decimal): -8469758 or 181118. OLE color: 181118.

HSL color Cylindrical-coordinate representation of color #7EC302: hue angle of 81.45º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EC302 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 195 2 -
CMYK 0.35 0 0.99 0.24
HSL 81.45º 0.98% 0.39% -
HSV(B) 81.45º 0.99% 0.76% -
XYZ 28.13 43.47 6.97 -
YUV 152.37 43.14 109.19 -
System Red Green Blue C M Y K H S L
Decimal 126 195 2 0.35 0 0.99 0.24 81.45 0.98 0.39
Hex 7E C3 2 23 0 63 18 51 62 27
Octal 176 303 2 43 0 143 30 121 142 47
Binary 1111110 11000011 10 100011 0 1100011 11000 1010001 1100010 100111

Color Harmonies of #7EC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC302

Black with #7EC302

Text Example


Text Example

White with #7EC302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,195,2); }

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

background-color css

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

 a { background-color: rgb(126,195,2); }

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

border-color css

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

 span { border-color: rgb(126,195,2); }

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