#84C51C

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

Shades of Lima #84C51C

Tints of Lima #84C51C

Color information

#84C51C (or 0x84C51C) is unknown color: approx Lima. HEX triplet: 84, C5 and 1C. RGB value is (132,197,28). Sum of RGB (Red+Green+Blue) = 132+197+28=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #84C51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C51C is #7B3AE3. Grayscale: #9E9E9E. Windows color (decimal): -8076004 or 1885572. OLE color: 1885572.

HSL color Cylindrical-coordinate representation of color #84C51C: hue angle of 83.08º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84C51C is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB13219728-
CMYK0.3300.860.23
HSL83.08º75.11%44.12%-
HSV(B)83.08º85.79%77.25%-
XYZ29.6944.928.2-
YUV158.354.47109.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 197 (77.34% from 255) = 55.18%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=36.97%
G=55.18%
B=7.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal132197280.3300.860.2383.0875.1144.12
Hex84C51C2105617534b2c
Octal204305344101262712311354
Binary100001001100010111100100001010101101011110100111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C51C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,197,28); }

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

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

 a { background-color: rgb(132,197,28); }

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

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

 span { border-color: rgb(132,197,28); }

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