#7DBE31

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

Shades of Lima #7DBE31

Tints of Lima #7DBE31

Color information

#7DBE31 (or 0x7DBE31) is unknown color: approx Lima. HEX triplet: 7D, BE and 31. RGB value is (125,190,49). Sum of RGB (Red+Green+Blue) = 125+190+49=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE31 is #8241CE. Grayscale: #9A9A9A. Windows color (decimal): -8536527 or 3260029. OLE color: 3260029.

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

Color convert

RGB12519049-
CMYK0.3400.740.25
HSL87.66º59%46.86%-
HSV(B)87.66º74.21%74.51%-
XYZ27.4341.419.45-
YUV154.4968.47106.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 190 (74.61% from 255) = 52.20%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=34.34%
G=52.20%
B=13.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125190490.3400.740.2587.665946.86
Hex7DBE312204A19583b2f
Octal17527661420112311307357
Binary11111011011111011000110001001001010110011011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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