#7BC32E

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

Shades of Lima #7BC32E

Tints of Lima #7BC32E

Color information

#7BC32E (or 0x7BC32E) is unknown color: approx Lima. HEX triplet: 7B, C3 and 2E. RGB value is (123,195,46). Sum of RGB (Red+Green+Blue) = 123+195+46=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC32E is #843CD1. Grayscale: #9D9D9D. Windows color (decimal): -8666322 or 3064699. OLE color: 3064699.

HSL color Cylindrical-coordinate representation of color #7BC32E: hue angle of 88.99º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BC32E is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB12319546-
CMYK0.3700.760.24
HSL88.99º61.83%47.25%-
HSV(B)88.99º76.41%76.47%-
XYZ28.1843.449.48-
YUV156.4965.65104.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 195 (76.56% from 255) = 53.57%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=33.79%
G=53.57%
B=12.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123195460.3700.760.2488.9961.8347.25
Hex7BC32E2504C18593e2f
Octal17330356450114301317657
Binary11110111100001110111010010101001100110001011001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,195,46); }

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

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

 a { background-color: rgb(123,195,46); }

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

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

 span { border-color: rgb(123,195,46); }

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