#7bb027

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

Shades of Lima #7BB027

Tints of Lima #7BB027

Color information

#7BB027 (or 0x7BB027) is unknown color: approx Lima. HEX triplet: 7B, B0 and 27. RGB value is (123,176,39). Sum of RGB (Red+Green+Blue) = 123+176+39=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB027 is #844FD8. Grayscale: #919191. Windows color (decimal): -8671193 or 2601083. OLE color: 2601083.

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

Color convert

RGB12317639-
CMYK0.3000.780.31
HSL83.21º63.72%42.16%-
HSV(B)83.21º77.84%69.02%-
XYZ24.0635.417.49-
YUV144.5468.44112.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 176 (69.14% from 255) = 52.07%
BLUE value IS 39 (15.62% from 255) = 11.54%
R=36.39%
G=52.07%
B=11.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123176390.3000.780.3183.2163.7242.16
Hex7BB0271E04E1F53402a
Octal173260473601163712310052
Binary11110111011000010011111110010011101111110100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bb027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,176,39); }

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

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

 a { background-color: rgb(123,176,39); }

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

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

 span { border-color: rgb(123,176,39); }

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