#7BBC35

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

Shades of Lima #7BBC35

Tints of Lima #7BBC35

Color information

#7BBC35 (or 0x7BBC35) is unknown color: approx Lima. HEX triplet: 7B, BC and 35. RGB value is (123,188,53). Sum of RGB (Red+Green+Blue) = 123+188+53=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC35 is #8443CA. Grayscale: #999999. Windows color (decimal): -8668107 or 3521659. OLE color: 3521659.

HSL color Cylindrical-coordinate representation of color #7BBC35: hue angle of 88.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BBC35 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB12318853-
CMYK0.3500.720.26
HSL88.89º56.02%47.25%-
HSV(B)88.89º71.81%73.73%-
XYZ26.7940.439.76-
YUV153.1771.47106.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 188 (73.83% from 255) = 51.65%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=33.79%
G=51.65%
B=14.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123188530.3500.720.2688.8956.0247.25
Hex7BBC35230481A59382f
Octal17327465430110321317057
Binary11110111011110011010110001101001000110101011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,188,53); }

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

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

 a { background-color: rgb(123,188,53); }

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

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

 span { border-color: rgb(123,188,53); }

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