#7CC11A

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

Shades of Lima #7CC11A

Tints of Lima #7CC11A

Color information

#7CC11A (or 0x7CC11A) is unknown color: approx Lima. HEX triplet: 7C, C1 and 1A. RGB value is (124,193,26). Sum of RGB (Red+Green+Blue) = 124+193+26=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC11A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC11A is #833EE5. Grayscale: #999999. Windows color (decimal): -8601318 or 1753468. OLE color: 1753468.

HSL color Cylindrical-coordinate representation of color #7CC11A: hue angle of 84.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CC11A is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB12419326-
CMYK0.3600.870.24
HSL84.79º76.26%42.94%-
HSV(B)84.79º86.53%75.69%-
XYZ27.5742.57.73-
YUV153.3356.14107.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 193 (75.78% from 255) = 56.27%
BLUE value IS 26 (10.55% from 255) = 7.58%
R=36.15%
G=56.27%
B=7.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124193260.3600.870.2484.7976.2642.94
Hex7CC11A2405718554c2b
Octal174301324401273012511453
Binary11111001100000111010100100010101111100010101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,193,26); }

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

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

 a { background-color: rgb(124,193,26); }

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

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

 span { border-color: rgb(124,193,26); }

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