#7DCC01

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

Shades of Lima #7DCC01

Tints of Lima #7DCC01

Color information

#7DCC01 (or 0x7DCC01) is unknown color: approx Lima. HEX triplet: 7D, CC and 01. RGB value is (125,204,1). Sum of RGB (Red+Green+Blue) = 125+204+1=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCC01 is #8233FE. Grayscale: #9D9D9D. Windows color (decimal): -8532991 or 117885. OLE color: 117885.

HSL color Cylindrical-coordinate representation of color #7DCC01: hue angle of 83.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DCC01 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB1252041-
CMYK0.3901.000.2
HSL83.35º99.02%40.2%-
HSV(B)83.35º99.51%80%-
XYZ30.0647.557.62-
YUV157.2439.83105.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.88%
GREEN value IS 204 (80.08% from 255) = 61.82%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=37.88%
G=61.82%
B=0.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12520410.3901.000.283.3599.0240.2
Hex7DCC12706414536328
Octal17531414701442412314350
Binary1111101110011001100111011001001010010100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,204,1); }

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

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

 a { background-color: rgb(125,204,1); }

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

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

 span { border-color: rgb(125,204,1); }

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