#84C10E

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

Shades of Lima #84C10E

Tints of Lima #84C10E

Color information

#84C10E (or 0x84C10E) is unknown color: approx Lima. HEX triplet: 84, C1 and 0E. RGB value is (132,193,14). Sum of RGB (Red+Green+Blue) = 132+193+14=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #84C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C10E is #7B3EF1. Grayscale: #9B9B9B. Windows color (decimal): -8077042 or 967044. OLE color: 967044.

HSL color Cylindrical-coordinate representation of color #84C10E: hue angle of 80.45º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84C10E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB13219314-
CMYK0.3200.930.24
HSL80.45º86.47%40.59%-
HSV(B)80.45º92.75%75.69%-
XYZ28.6643.087.22-
YUV154.3548.79112.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 193 (75.78% from 255) = 56.93%
BLUE value IS 14 (5.86% from 255) = 4.13%
R=38.94%
G=56.93%
B=4.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132193140.3200.930.2480.4586.4740.59
Hex84C1E2005D18505629
Octal204301164001353012012651
Binary10000100110000011110100000010111011100010100001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C10E; }

 p { color: rgb(132,193,14); }

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

<style>
 a { background-color: #84C10E; }

 a { background-color: rgb(132,193,14); }

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

<style>
 span { border-color: #84C10E; }

 span { border-color: rgb(132,193,14); }

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