#7CD118

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

Shades of Lima #7CD118

Tints of Lima #7CD118

Color information

#7CD118 (or 0x7CD118) is unknown color: approx Lima. HEX triplet: 7C, D1 and 18. RGB value is (124,209,24). Sum of RGB (Red+Green+Blue) = 124+209+24=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD118 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD118 is #832EE7. Grayscale: #A3A3A3. Windows color (decimal): -8597224 or 1626492. OLE color: 1626492.

HSL color Cylindrical-coordinate representation of color #7CD118: hue angle of 87.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CD118 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB12420924-
CMYK0.4100.890.18
HSL87.57º79.4%45.69%-
HSV(B)87.57º88.52%81.96%-
XYZ31.2849.958.86-
YUV162.4949.84100.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 209 (82.03% from 255) = 58.54%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=34.73%
G=58.54%
B=6.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124209240.4100.890.1887.5779.445.69
Hex7CD1182905912584f2e
Octal174321305101312213011756
Binary11111001101000111000101001010110011001010110001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,209,24); }

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

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

 a { background-color: rgb(124,209,24); }

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

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

 span { border-color: rgb(124,209,24); }

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