#7dbf33

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

Shades of Lima #7DBF33

Tints of Lima #7DBF33

Color information

#7DBF33 (or 0x7DBF33) is unknown color: approx Lima. HEX triplet: 7D, BF and 33. RGB value is (125,191,51). Sum of RGB (Red+Green+Blue) = 125+191+51=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF33 is #8240CC. Grayscale: #9B9B9B. Windows color (decimal): -8536269 or 3391357. OLE color: 3391357.

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

Color convert

RGB12519151-
CMYK0.3500.730.25
HSL88.29º57.85%47.45%-
HSV(B)88.29º73.3%74.9%-
XYZ27.6941.869.75-
YUV155.3169.13106.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.06%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=34.06%
G=52.04%
B=13.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125191510.3500.730.2588.2957.8547.45
Hex7DBF332304919583a2f
Octal17527763430111311307257
Binary11111011011111111001110001101001001110011011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dbf33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,191,51); }

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

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

 a { background-color: rgb(125,191,51); }

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

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

 span { border-color: rgb(125,191,51); }

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