Html Css Color HEX #84C321 Lima

📋 copy color: '#84C321'

red 132 ◦ green 195 ◦ blue 33

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

Shades of Lima #84C321

Tints of Lima #84C321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 36.67%
G = 54.17%
B = 9.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#84C321 (or 0x84C321) is known color: Lima. HEX triplet: 84, C3 and 21. RGB value is (132,195,33). Sum of RGB (Red+Green+Blue) = 132+195+33=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #84C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C321 is #7B3CDE. Grayscale: #9E9E9E. Windows color (decimal): -8076511 or 2212740. OLE color: 2212740.

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

Color convert

RGB 132 195 33 -
CMYK 0.32 0 0.83 0.24
HSL 83.33º 0.71% 0.45% -
HSV(B) 83.33º 0.83% 0.76% -
XYZ 29.31 44.05 8.4 -
YUV 157.7 57.63 109.67 -
System Red Green Blue C M Y K H S L
Decimal 132 195 33 0.32 0 0.83 0.24 83.33 0.71 0.45
Hex 84 C3 21 20 0 53 18 53 47 2D
Octal 204 303 41 40 0 123 30 123 107 55
Binary 10000100 11000011 100001 100000 0 1010011 11000 1010011 1000111 101101

Color Harmonies of #84C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C321

Black with #84C321

Text Example


Text Example

White with #84C321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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