#84C31B

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

Shades of Lima #84C31B

Tints of Lima #84C31B

Color information

#84C31B (or 0x84C31B) is unknown color: approx Lima. HEX triplet: 84, C3 and 1B. RGB value is (132,195,27). Sum of RGB (Red+Green+Blue) = 132+195+27=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #84C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C31B is #7B3CE4. Grayscale: #9D9D9D. Windows color (decimal): -8076517 or 1819524. OLE color: 1819524.

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

Color convert

RGB13219527-
CMYK0.3200.860.24
HSL82.5º75.68%43.53%-
HSV(B)82.5º86.15%76.47%-
XYZ29.2344.017.99-
YUV157.0154.63110.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 195 (76.56% from 255) = 55.08%
BLUE value IS 27 (10.94% from 255) = 7.63%
R=37.29%
G=55.08%
B=7.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132195270.3200.860.2482.575.6843.53
Hex84C31B2005618524c2c
Octal204303334001263012211454
Binary100001001100001111011100000010101101100010100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,195,27); }

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

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

 a { background-color: rgb(132,195,27); }

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

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

 span { border-color: rgb(132,195,27); }

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