#7EBA21

Color #7EBA21 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EBA21

Tints of Lima #7EBA21

Color information

#7EBA21 (or 0x7EBA21) is unknown color: approx Lima. HEX triplet: 7E, BA and 21. RGB value is (126,186,33). Sum of RGB (Red+Green+Blue) = 126+186+33=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA21 is #8145DE. Grayscale: #979797. Windows color (decimal): -8472031 or 2210430. OLE color: 2210430.

HSL color Cylindrical-coordinate representation of color #7EBA21: hue angle of 83.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EBA21 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB12618633-
CMYK0.3200.820.27
HSL83.53º69.86%42.94%-
HSV(B)83.53º82.26%72.94%-
XYZ26.4439.667.7-
YUV150.6261.62110.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=36.52%
G=53.91%
B=9.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126186330.3200.820.2783.5369.8642.94
Hex7EBA21200521B54462b
Octal176272414001223312410653
Binary111111010111010100001100000010100101101110101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,33); }

 H1.HeaderClassName
 {
   color: #7EBA21;
 }
 .AnyTagClassName
 {
   color: #7EBA21;
 }
</style>
background-color css

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

 a { background-color: rgb(126,186,33); }

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

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

 span { border-color: rgb(126,186,33); }

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