#7BAF30

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

Shades of Lima #7BAF30

Tints of Lima #7BAF30

Color information

#7BAF30 (or 0x7BAF30) is unknown color: approx Lima. HEX triplet: 7B, AF and 30. RGB value is (123,175,48). Sum of RGB (Red+Green+Blue) = 123+175+48=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF30 is #8450CF. Grayscale: #919191. Windows color (decimal): -8671440 or 3190651. OLE color: 3190651.

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

Color convert

RGB12317548-
CMYK0.3000.730.31
HSL84.57º56.95%43.73%-
HSV(B)84.57º72.57%68.63%-
XYZ24.0335.088.3-
YUV144.9773.27112.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 48 (19.14% from 255) = 13.87%
R=35.55%
G=50.58%
B=13.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123175480.3000.730.3184.5756.9543.73
Hex7BAF301E0491F55392c
Octal17325760360111371257154
Binary1111011101011111100001111001001001111111010101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,48); }

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

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

 a { background-color: rgb(123,175,48); }

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

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

 span { border-color: rgb(123,175,48); }

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