#7BD11A

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

Shades of Lima #7BD11A

Tints of Lima #7BD11A

Color information

#7BD11A (or 0x7BD11A) is unknown color: approx Lima. HEX triplet: 7B, D1 and 1A. RGB value is (123,209,26). Sum of RGB (Red+Green+Blue) = 123+209+26=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #7BD11A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD11A is #842EE5. Grayscale: #A3A3A3. Windows color (decimal): -8662758 or 1757563. OLE color: 1757563.

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

Color convert

RGB12320926-
CMYK0.4100.880.18
HSL88.2º77.87%46.08%-
HSV(B)88.2º87.56%81.96%-
XYZ31.1649.898.96-
YUV162.4251.0199.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.36%
GREEN value IS 209 (82.03% from 255) = 58.38%
BLUE value IS 26 (10.55% from 255) = 7.26%
R=34.36%
G=58.38%
B=7.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123209260.4100.880.1888.277.8746.08
Hex7BD11A2905812584e2e
Octal173321325101302213011656
Binary11110111101000111010101001010110001001010110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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