#7BD007

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

Shades of Lima #7BD007

Tints of Lima #7BD007

Color information

#7BD007 (or 0x7BD007) is unknown color: approx Lima. HEX triplet: 7B, D0 and 07. RGB value is (123,208,7). Sum of RGB (Red+Green+Blue) = 123+208+7=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BD007 is #842FF8. Grayscale: #A0A0A0. Windows color (decimal): -8663033 or 512123. OLE color: 512123.

HSL color Cylindrical-coordinate representation of color #7BD007: hue angle of 85.37º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BD007 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB1232087-
CMYK0.4100.970.18
HSL85.37º93.49%42.16%-
HSV(B)85.37º96.63%81.57%-
XYZ30.7649.348.1-
YUV159.6741.84101.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 208 (81.64% from 255) = 61.54%
BLUE value IS 7 (3.12% from 255) = 2.07%
R=36.39%
G=61.54%
B=2.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12320870.4100.970.1885.3793.4942.16
Hex7BD072906112555d2a
Octal17332075101412212513552
Binary111101111010000111101001011000011001010101011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,208,7); }

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

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

 a { background-color: rgb(123,208,7); }

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

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

 span { border-color: rgb(123,208,7); }

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