#7FCD1C

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

Shades of Lima #7FCD1C

Tints of Lima #7FCD1C

Color information

#7FCD1C (or 0x7FCD1C) is unknown color: approx Lima. HEX triplet: 7F, CD and 1C. RGB value is (127,205,28). Sum of RGB (Red+Green+Blue) = 127+205+28=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD1C is #8032E3. Grayscale: #A2A2A2. Windows color (decimal): -8401636 or 1887615. OLE color: 1887615.

HSL color Cylindrical-coordinate representation of color #7FCD1C: hue angle of 86.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FCD1C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB12720528-
CMYK0.3800.860.20
HSL86.44º75.97%45.69%-
HSV(B)86.44º86.34%80.39%-
XYZ30.7948.268.79-
YUV161.552.66103.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 205 (80.47% from 255) = 56.94%
BLUE value IS 28 (11.33% from 255) = 7.78%
R=35.28%
G=56.94%
B=7.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127205280.3800.860.2086.4475.9745.69
Hex7FCD1C2605614564c2e
Octal177315344601262412611456
Binary11111111100110111100100110010101101010010101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,28); }

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

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

 a { background-color: rgb(127,205,28); }

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

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

 span { border-color: rgb(127,205,28); }

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