Html Css Color HEX #84BC34 Limerick

📋 copy color: '#84BC34'

red 132 ◦ green 188 ◦ blue 52

#84BC34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #84BC34

Tints of Limerick #84BC34

RGB

 RED value IS 132 (51.95% from 255) = 35.48%

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 35.48%
G = 50.54%
B = 13.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#84BC34 (or 0x84BC34) is known color: Limerick. HEX triplet: 84, BC and 34. RGB value is (132,188,52). Sum of RGB (Red+Green+Blue) = 132+188+52=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC34 is #7B43CB. Grayscale: #9C9C9C. Windows color (decimal): -8078284 or 3456132. OLE color: 3456132.

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

Color convert

RGB 132 188 52 -
CMYK 0.30 0 0.72 0.26
HSL 84.71º 0.57% 0.47% -
HSV(B) 84.71º 0.72% 0.74% -
XYZ 28.12 41.12 9.7 -
YUV 155.75 69.45 111.06 -
System Red Green Blue C M Y K H S L
Decimal 132 188 52 0.30 0 0.72 0.26 84.71 0.57 0.47
Hex 84 BC 34 1E 0 48 1A 55 39 2F
Octal 204 274 64 36 0 110 32 125 71 57
Binary 10000100 10111100 110100 11110 0 1001000 11010 1010101 111001 101111

Color Harmonies of #84BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BC34

Black with #84BC34

Text Example


Text Example

White with #84BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,188,52); }

 H1.HeaderClassName
 {
   color: #84BC34;
 }
 .AnyTagClassName
 {
   color: #84BC34;
 }
</style>

background-color css

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

 a { background-color: rgb(132,188,52); }

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

border-color css

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

 span { border-color: rgb(132,188,52); }

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