#7BD01D

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

Shades of Lima #7BD01D

Tints of Lima #7BD01D

Color information

#7BD01D (or 0x7BD01D) is unknown color: approx Lima. HEX triplet: 7B, D0 and 1D. RGB value is (123,208,29). Sum of RGB (Red+Green+Blue) = 123+208+29=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD01D is #842FE2. Grayscale: #A2A2A2. Windows color (decimal): -8663011 or 1953915. OLE color: 1953915.

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

Color convert

RGB12320829-
CMYK0.4100.860.18
HSL88.49º75.53%46.47%-
HSV(B)88.49º86.06%81.57%-
XYZ30.9549.419.07-
YUV162.1852.84100.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.17%
GREEN value IS 208 (81.64% from 255) = 57.78%
BLUE value IS 29 (11.72% from 255) = 8.06%
R=34.17%
G=57.78%
B=8.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123208290.4100.860.1888.4975.5346.47
Hex7BD01D2905612584c2e
Octal173320355101262213011456
Binary11110111101000011101101001010101101001010110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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