Html Css Color HEX #84C328 Lima

📋 copy color: '#84C328'

red 132 ◦ green 195 ◦ blue 40

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

Shades of Lima #84C328

Tints of Lima #84C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.13%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 35.97%
G = 53.13%
B = 10.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#84C328 (or 0x84C328) is known color: Lima. HEX triplet: 84, C3 and 28. RGB value is (132,195,40). Sum of RGB (Red+Green+Blue) = 132+195+40=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #84C328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C328 is #7B3CD7. Grayscale: #9F9F9F. Windows color (decimal): -8076504 or 2671492. OLE color: 2671492.

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

Color convert

RGB 132 195 40 -
CMYK 0.32 0 0.79 0.24
HSL 84.39º 0.66% 0.46% -
HSV(B) 84.39º 0.79% 0.76% -
XYZ 29.41 44.09 8.97 -
YUV 158.49 61.13 109.1 -
System Red Green Blue C M Y K H S L
Decimal 132 195 40 0.32 0 0.79 0.24 84.39 0.66 0.46
Hex 84 C3 28 20 0 4F 18 54 42 2E
Octal 204 303 50 40 0 117 30 124 102 56
Binary 10000100 11000011 101000 100000 0 1001111 11000 1010100 1000010 101110

Color Harmonies of #84C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C328

Black with #84C328

Text Example


Text Example

White with #84C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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