#7BBD13

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

Shades of Lima #7BBD13

Tints of Lima #7BBD13

Color information

#7BBD13 (or 0x7BBD13) is unknown color: approx Lima. HEX triplet: 7B, BD and 13. RGB value is (123,189,19). Sum of RGB (Red+Green+Blue) = 123+189+19=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBD13 is #8442EC. Grayscale: #969696. Windows color (decimal): -8667885 or 1293691. OLE color: 1293691.

HSL color Cylindrical-coordinate representation of color #7BBD13: hue angle of 83.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BBD13 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB12318919-
CMYK0.3500.900.26
HSL83.29º81.73%40.78%-
HSV(B)83.29º89.95%74.12%-
XYZ26.4840.657.07-
YUV149.8954.13108.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 19 (7.81% from 255) = 5.74%
R=37.16%
G=57.10%
B=5.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123189190.3500.900.2683.2981.7340.78
Hex7BBD132305A1A535229
Octal173275234301323212312251
Binary11110111011110110011100011010110101101010100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,189,19); }

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

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

 a { background-color: rgb(123,189,19); }

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

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

 span { border-color: rgb(123,189,19); }

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