#84BD30

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

Shades of Limerick #84BD30

Tints of Limerick #84BD30

Color information

#84BD30 (or 0x84BD30) is unknown color: approx Limerick. HEX triplet: 84, BD and 30. RGB value is (132,189,48). Sum of RGB (Red+Green+Blue) = 132+189+48=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD30 is #7B42CF. Grayscale: #9C9C9C. Windows color (decimal): -8078032 or 3194244. OLE color: 3194244.

HSL color Cylindrical-coordinate representation of color #84BD30: hue angle of 84.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84BD30 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB13218948-
CMYK0.3000.750.26
HSL84.26º59.49%46.47%-
HSV(B)84.26º74.6%74.12%-
XYZ28.2541.519.32-
YUV155.8867.12110.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 189 (74.22% from 255) = 51.22%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=35.77%
G=51.22%
B=13.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132189480.3000.750.2684.2659.4946.47
Hex84BD301E04B1A543b2e
Octal20427560360113321247356
Binary10000100101111011100001111001001011110101010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,48); }

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

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

 a { background-color: rgb(132,189,48); }

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

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

 span { border-color: rgb(132,189,48); }

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