#7EBF02

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

Shades of Lima #7EBF02

Tints of Lima #7EBF02

Color information

#7EBF02 (or 0x7EBF02) is unknown color: approx Lima. HEX triplet: 7E, BF and 02. RGB value is (126,191,2). Sum of RGB (Red+Green+Blue) = 126+191+2=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBF02 is #8140FD. Grayscale: #969696. Windows color (decimal): -8470782 or 180094. OLE color: 180094.

HSL color Cylindrical-coordinate representation of color #7EBF02: hue angle of 80.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EBF02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1261912-
CMYK0.3400.990.25
HSL80.63º97.93%37.84%-
HSV(B)80.63º98.95%74.9%-
XYZ27.2541.76.67-
YUV150.0244.47110.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=39.50%
G=59.87%
B=0.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12619120.3400.990.2580.6397.9337.84
Hex7EBF22206319516226
Octal17627724201433112114246
Binary11111101011111110100010011000111100110100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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