#7CC01C

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

Shades of Lima #7CC01C

Tints of Lima #7CC01C

Color information

#7CC01C (or 0x7CC01C) is unknown color: approx Lima. HEX triplet: 7C, C0 and 1C. RGB value is (124,192,28). Sum of RGB (Red+Green+Blue) = 124+192+28=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC01C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC01C is #833FE3. Grayscale: #999999. Windows color (decimal): -8601572 or 1884284. OLE color: 1884284.

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

Color convert

RGB12419228-
CMYK0.3500.850.25
HSL84.88º74.55%43.14%-
HSV(B)84.88º85.42%75.29%-
XYZ27.3742.077.78-
YUV152.9757.47107.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 192 (75.39% from 255) = 55.81%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=36.05%
G=55.81%
B=8.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124192280.3500.850.2584.8874.5543.14
Hex7CC01C2305519554b2b
Octal174300344301253112511353
Binary11111001100000011100100011010101011100110101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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