#7DBE3B

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

Shades of Lima #7DBE3B

Tints of Lima #7DBE3B

Color information

#7DBE3B (or 0x7DBE3B) is unknown color: approx Lima. HEX triplet: 7D, BE and 3B. RGB value is (125,190,59). Sum of RGB (Red+Green+Blue) = 125+190+59=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE3B is #8241C4. Grayscale: #9C9C9C. Windows color (decimal): -8536517 or 3915389. OLE color: 3915389.

HSL color Cylindrical-coordinate representation of color #7DBE3B: hue angle of 89.77º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DBE3B is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB12519059-
CMYK0.3400.690.25
HSL89.77º52.61%48.82%-
HSV(B)89.77º68.95%74.51%-
XYZ27.6641.510.69-
YUV155.6373.47106.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 190 (74.61% from 255) = 50.80%
BLUE value IS 59 (23.44% from 255) = 15.78%
R=33.42%
G=50.80%
B=15.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125190590.3400.690.2589.7752.6148.82
Hex7DBE3B22045195a3531
Octal17527673420105311326561
Binary11111011011111011101110001001000101110011011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,59); }

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

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

 a { background-color: rgb(125,190,59); }

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

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

 span { border-color: rgb(125,190,59); }

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