#7BD10C

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

Shades of Lima #7BD10C

Tints of Lima #7BD10C

Color information

#7BD10C (or 0x7BD10C) is unknown color: approx Lima. HEX triplet: 7B, D1 and 0C. RGB value is (123,209,12). Sum of RGB (Red+Green+Blue) = 123+209+12=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 209 (82.03% from 255 or 60.76% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 209 - color contains mainly: green. Hex color #7BD10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BD10C is #842EF3. Grayscale: #A1A1A1. Windows color (decimal): -8662772 or 840059. OLE color: 840059.

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

Color convert

RGB12320912-
CMYK0.4100.940.18
HSL86.19º89.14%43.33%-
HSV(B)86.19º94.26%81.96%-
XYZ31.0449.848.33-
YUV160.8344.01101.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 209 (82.03% from 255) = 60.76%
BLUE value IS 12 (5.08% from 255) = 3.49%
R=35.76%
G=60.76%
B=3.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123209120.4100.940.1886.1989.1443.33
Hex7BD1C2905E1256592b
Octal173321145101362212613153
Binary1111011110100011100101001010111101001010101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,209,12); }

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

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

 a { background-color: rgb(123,209,12); }

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

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

 span { border-color: rgb(123,209,12); }

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