#7EBB32

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

Shades of Lima #7EBB32

Tints of Lima #7EBB32

Color information

#7EBB32 (or 0x7EBB32) is unknown color: approx Lima. HEX triplet: 7E, BB and 32. RGB value is (126,187,50). Sum of RGB (Red+Green+Blue) = 126+187+50=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBB32 is #8144CD. Grayscale: #999999. Windows color (decimal): -8471758 or 3324798. OLE color: 3324798.

HSL color Cylindrical-coordinate representation of color #7EBB32: hue angle of 86.72º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EBB32 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB12618750-
CMYK0.3300.730.27
HSL86.72º57.81%46.47%-
HSV(B)86.72º73.26%73.33%-
XYZ26.9540.219.36-
YUV153.1469.79108.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=34.71%
G=51.52%
B=13.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126187500.3300.730.2786.7257.8146.47
Hex7EBB32210491B573a2e
Octal17627362410111331277256
Binary11111101011101111001010000101001001110111010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,187,50); }

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

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

 a { background-color: rgb(126,187,50); }

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

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

 span { border-color: rgb(126,187,50); }

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