Html Css Color HEX #84C019 Lima

📋 copy color: '#84C019'

red 132 ◦ green 192 ◦ blue 25

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

Shades of Lima #84C019

Tints of Lima #84C019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 37.82%
G = 55.01%
B = 7.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#84C019 (or 0x84C019) is known color: Lima. HEX triplet: 84, C0 and 19. RGB value is (132,192,25). Sum of RGB (Red+Green+Blue) = 132+192+25=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #84C019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C019 is #7B3FE6. Grayscale: #9B9B9B. Windows color (decimal): -8077287 or 1687684. OLE color: 1687684.

HSL color Cylindrical-coordinate representation of color #84C019: hue angle of 81.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84C019 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 192 25 -
CMYK 0.31 0 0.87 0.25
HSL 81.56º 0.77% 0.43% -
HSV(B) 81.56º 0.87% 0.75% -
XYZ 28.54 42.68 7.65 -
YUV 155.02 54.62 111.58 -
System Red Green Blue C M Y K H S L
Decimal 132 192 25 0.31 0 0.87 0.25 81.56 0.77 0.43
Hex 84 C0 19 1F 0 57 19 52 4D 2B
Octal 204 300 31 37 0 127 31 122 115 53
Binary 10000100 11000000 11001 11111 0 1010111 11001 1010010 1001101 101011

Color Harmonies of #84C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C019

Black with #84C019

Text Example


Text Example

White with #84C019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,192,25); }

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

background-color css

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

 a { background-color: rgb(132,192,25); }

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

border-color css

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

 span { border-color: rgb(132,192,25); }

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