#7DC033

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

Shades of Lima #7DC033

Tints of Lima #7DC033

Color information

#7DC033 (or 0x7DC033) is unknown color: approx Lima. HEX triplet: 7D, C0 and 33. RGB value is (125,192,51). Sum of RGB (Red+Green+Blue) = 125+192+51=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC033 is #823FCC. Grayscale: #9C9C9C. Windows color (decimal): -8536013 or 3391613. OLE color: 3391613.

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

Color convert

RGB12519251-
CMYK0.3500.730.25
HSL88.51º58.02%47.65%-
HSV(B)88.51º73.44%75.29%-
XYZ27.942.39.83-
YUV155.8968.8105.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.97%
GREEN value IS 192 (75.39% from 255) = 52.17%
BLUE value IS 51 (20.31% from 255) = 13.86%
R=33.97%
G=52.17%
B=13.86%

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
Decimal125192510.3500.730.2588.5158.0247.65
Hex7DC0332304919593a30
Octal17530063430111311317260
Binary11111011100000011001110001101001001110011011001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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