#7CC013

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

Shades of Lima #7CC013

Tints of Lima #7CC013

Color information

#7CC013 (or 0x7CC013) is unknown color: approx Lima. HEX triplet: 7C, C0 and 13. RGB value is (124,192,19). Sum of RGB (Red+Green+Blue) = 124+192+19=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC013 is #833FEC. Grayscale: #989898. Windows color (decimal): -8601581 or 1294460. OLE color: 1294460.

HSL color Cylindrical-coordinate representation of color #7CC013: hue angle of 83.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CC013 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB12419219-
CMYK0.3500.900.25
HSL83.58º81.99%41.37%-
HSV(B)83.58º90.1%75.29%-
XYZ27.2842.037.29-
YUV151.9552.97108.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 192 (75.39% from 255) = 57.31%
BLUE value IS 19 (7.81% from 255) = 5.67%
R=37.01%
G=57.31%
B=5.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124192190.3500.900.2583.5881.9941.37
Hex7CC0132305A19545229
Octal174300234301323112412251
Binary11111001100000010011100011010110101100110101001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,19); }

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

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

 a { background-color: rgb(124,192,19); }

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

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

 span { border-color: rgb(124,192,19); }

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