#84c027

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

Shades of Lima #84C027

Tints of Lima #84C027

Color information

#84C027 (or 0x84C027) is unknown color: approx Lima. HEX triplet: 84, C0 and 27. RGB value is (132,192,39). Sum of RGB (Red+Green+Blue) = 132+192+39=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #84C027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C027 is #7B3FD8. Grayscale: #9D9D9D. Windows color (decimal): -8077273 or 2605188. OLE color: 2605188.

HSL color Cylindrical-coordinate representation of color #84C027: hue angle of 83.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84C027 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB13219239-
CMYK0.3100.800.25
HSL83.53º66.23%45.29%-
HSV(B)83.53º79.69%75.29%-
XYZ28.7342.758.66-
YUV156.6261.62110.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=36.36%
G=52.89%
B=10.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132192390.3100.800.2583.5366.2345.29
Hex84C0271F0501954422d
Octal204300473701203112410255
Binary100001001100000010011111111010100001100110101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84c027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,192,39); }

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

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

 a { background-color: rgb(132,192,39); }

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

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

 span { border-color: rgb(132,192,39); }

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