#7DC800

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

Shades of Lima #7DC800

Tints of Lima #7DC800

Color information

#7DC800 (or 0x7DC800) is unknown color: approx Lima. HEX triplet: 7D, C8 and 00. RGB value is (125,200,0). Sum of RGB (Red+Green+Blue) = 125+200+0=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC800 is #8237FF. Grayscale: #9B9B9B. Windows color (decimal): -8534016 or 51325. OLE color: 51325.

HSL color Cylindrical-coordinate representation of color #7DC800: hue angle of 82.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DC800 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1252000-
CMYK0.38010.22
HSL82.5º100%39.22%-
HSV(B)82.5º100%78.43%-
XYZ29.1145.677.28-
YUV154.7740.65106.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 200 (78.52% from 255) = 61.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.46%
G=61.54%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12520000.38010.2282.510039.22
Hex7DC802606416526427
Octal17531004601442612214447
Binary1111101110010000100110011001001011010100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,200,0); }

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

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

 a { background-color: rgb(125,200,0); }

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

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

 span { border-color: rgb(125,200,0); }

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