Html Css Color HEX #7EBC16 Lima

📋 copy color: '#7EBC16'

red 126 ◦ green 188 ◦ blue 22

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

Shades of Lima #7EBC16

Tints of Lima #7EBC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.95%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 37.5%
G = 55.95%
B = 6.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#7EBC16 (or 0x7EBC16) is known color: Lima. HEX triplet: 7E, BC and 16. RGB value is (126,188,22). Sum of RGB (Red+Green+Blue) = 126+188+22=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBC16 is #8143E9. Grayscale: #979797. Windows color (decimal): -8471530 or 1490046. OLE color: 1490046.

HSL color Cylindrical-coordinate representation of color #7EBC16: hue angle of 82.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7EBC16 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 22 -
CMYK 0.33 0 0.88 0.26
HSL 82.41º 0.79% 0.41% -
HSV(B) 82.41º 0.88% 0.74% -
XYZ 26.73 40.46 7.16 -
YUV 150.54 55.46 110.5 -
System Red Green Blue C M Y K H S L
Decimal 126 188 22 0.33 0 0.88 0.26 82.41 0.79 0.41
Hex 7E BC 16 21 0 58 1A 52 4F 29
Octal 176 274 26 41 0 130 32 122 117 51
Binary 1111110 10111100 10110 100001 0 1011000 11010 1010010 1001111 101001

Color Harmonies of #7EBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC16

Black with #7EBC16

Text Example


Text Example

White with #7EBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,22); }

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

background-color css

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

 a { background-color: rgb(126,188,22); }

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

border-color css

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

 span { border-color: rgb(126,188,22); }

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