Html Css Color HEX #84C21E Lima

📋 copy color: '#84C21E'

red 132 ◦ green 194 ◦ blue 30

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

Shades of Lima #84C21E

Tints of Lima #84C21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 37.08%
G = 54.49%
B = 8.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#84C21E (or 0x84C21E) is known color: Lima. HEX triplet: 84, C2 and 1E. RGB value is (132,194,30). Sum of RGB (Red+Green+Blue) = 132+194+30=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #84C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C21E is #7B3DE1. Grayscale: #9D9D9D. Windows color (decimal): -8076770 or 2015876. OLE color: 2015876.

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

Color convert

RGB 132 194 30 -
CMYK 0.32 0 0.85 0.24
HSL 82.68º 0.73% 0.44% -
HSV(B) 82.68º 0.85% 0.76% -
XYZ 29.04 43.58 8.11 -
YUV 156.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 132 194 30 0.32 0 0.85 0.24 82.68 0.73 0.44
Hex 84 C2 1E 20 0 55 18 53 49 2C
Octal 204 302 36 40 0 125 30 123 111 54
Binary 10000100 11000010 11110 100000 0 1010101 11000 1010011 1001001 101100

Color Harmonies of #84C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C21E

Black with #84C21E

Text Example


Text Example

White with #84C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,194,30); }

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

background-color css

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

 a { background-color: rgb(132,194,30); }

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

border-color css

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

 span { border-color: rgb(132,194,30); }

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