Html Css Color HEX #82C021 Lima

📋 copy color: '#82C021'

red 130 ◦ green 192 ◦ blue 33

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

Shades of Lima #82C021

Tints of Lima #82C021

RGB

 RED value IS 130 (51.17% from 255) = 36.62%

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

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

R = 36.62%
G = 54.08%
B = 9.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#82C021 (or 0x82C021) is known color: Lima. HEX triplet: 82, C0 and 21. RGB value is (130,192,33). Sum of RGB (Red+Green+Blue) = 130+192+33=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #82C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C021 is #7D3FDE. Grayscale: #9B9B9B. Windows color (decimal): -8208351 or 2211970. OLE color: 2211970.

HSL color Cylindrical-coordinate representation of color #82C021: hue angle of 83.4º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82C021 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 33 -
CMYK 0.32 0 0.83 0.25
HSL 83.4º 0.71% 0.44% -
HSV(B) 83.4º 0.83% 0.75% -
XYZ 28.33 42.55 8.16 -
YUV 155.34 58.96 109.93 -
System Red Green Blue C M Y K H S L
Decimal 130 192 33 0.32 0 0.83 0.25 83.4 0.71 0.44
Hex 82 C0 21 20 0 53 19 53 47 2C
Octal 202 300 41 40 0 123 31 123 107 54
Binary 10000010 11000000 100001 100000 0 1010011 11001 1010011 1000111 101100

Color Harmonies of #82C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C021

Black with #82C021

Text Example


Text Example

White with #82C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82C021; }

 p { color: rgb(130,192,33); }

 H1.HeaderClassName
 {
   color: #82C021;
 }
 .AnyTagClassName
 {
   color: #82C021;
 }
</style>

background-color css

<style>
 a { background-color: #82C021; }

 a { background-color: rgb(130,192,33); }

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

border-color css

<style>
 span { border-color: #82C021; }

 span { border-color: rgb(130,192,33); }

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