#7CD11A

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

Shades of Lima #7CD11A

Tints of Lima #7CD11A

Color information

#7CD11A (or 0x7CD11A) is unknown color: approx Lima. HEX triplet: 7C, D1 and 1A. RGB value is (124,209,26). Sum of RGB (Red+Green+Blue) = 124+209+26=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD11A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD11A is #832EE5. Grayscale: #A3A3A3. Windows color (decimal): -8597222 or 1757564. OLE color: 1757564.

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

Color convert

RGB12420926-
CMYK0.4100.880.18
HSL87.87º77.87%46.08%-
HSV(B)87.87º87.56%81.96%-
XYZ31.349.968.97-
YUV162.7250.84100.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 209 (82.03% from 255) = 58.22%
BLUE value IS 26 (10.55% from 255) = 7.24%
R=34.54%
G=58.22%
B=7.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124209260.4100.880.1887.8777.8746.08
Hex7CD11A2905812584e2e
Octal174321325101302213011656
Binary11111001101000111010101001010110001001010110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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