#7bb228

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

Shades of Lima #7BB228

Tints of Lima #7BB228

Color information

#7BB228 (or 0x7BB228) is unknown color: approx Lima. HEX triplet: 7B, B2 and 28. RGB value is (123,178,40). Sum of RGB (Red+Green+Blue) = 123+178+40=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB228 is #844DD7. Grayscale: #929292. Windows color (decimal): -8670680 or 2667131. OLE color: 2667131.

HSL color Cylindrical-coordinate representation of color #7BB228: hue angle of 83.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BB228 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB12317840-
CMYK0.3100.780.30
HSL83.91º63.3%42.75%-
HSV(B)83.91º77.53%69.8%-
XYZ24.4736.27.71-
YUV145.8268.28111.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.07%
GREEN value IS 178 (69.92% from 255) = 52.20%
BLUE value IS 40 (16.02% from 255) = 11.73%
R=36.07%
G=52.20%
B=11.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123178400.3100.780.3083.9163.342.75
Hex7BB2281F04E1E543f2b
Octal17326250370116361247753
Binary1111011101100101010001111101001110111101010100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bb228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,178,40); }

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

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

 a { background-color: rgb(123,178,40); }

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

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

 span { border-color: rgb(123,178,40); }

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