#7FCE1C

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

Shades of Lima #7FCE1C

Tints of Lima #7FCE1C

Color information

#7FCE1C (or 0x7FCE1C) is unknown color: approx Lima. HEX triplet: 7F, CE and 1C. RGB value is (127,206,28). Sum of RGB (Red+Green+Blue) = 127+206+28=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCE1C is #8031E3. Grayscale: #A2A2A2. Windows color (decimal): -8401380 or 1887871. OLE color: 1887871.

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

Color convert

RGB12720628-
CMYK0.3800.860.19
HSL86.63º76.07%45.88%-
HSV(B)86.63º86.41%80.78%-
XYZ31.0348.748.87-
YUV162.0952.33102.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 206 (80.86% from 255) = 57.06%
BLUE value IS 28 (11.33% from 255) = 7.76%
R=35.18%
G=57.06%
B=7.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal127206280.3800.860.1986.6376.0745.88
Hex7FCE1C2605613574c2e
Octal177316344601262312711456
Binary11111111100111011100100110010101101001110101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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