#7BB231

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

Shades of Lima #7BB231

Tints of Lima #7BB231

Color information

#7BB231 (or 0x7BB231) is unknown color: approx Lima. HEX triplet: 7B, B2 and 31. RGB value is (123,178,49). Sum of RGB (Red+Green+Blue) = 123+178+49=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB231 is #844DCE. Grayscale: #939393. Windows color (decimal): -8670671 or 3256955. OLE color: 3256955.

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

Color convert

RGB12317849-
CMYK0.3100.720.30
HSL85.58º56.83%44.51%-
HSV(B)85.58º72.47%69.8%-
XYZ24.6436.278.61-
YUV146.8572.78110.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.14%
GREEN value IS 178 (69.92% from 255) = 50.86%
BLUE value IS 49 (19.53% from 255) = 14%
R=35.14%
G=50.86%
B=14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123178490.3100.720.3085.5856.8344.51
Hex7BB2311F0481E56392d
Octal17326261370110361267155
Binary1111011101100101100011111101001000111101010110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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