Html Css Color HEX #82C21C Lima

📋 copy color: '#82C21C'

red 130 ◦ green 194 ◦ blue 28

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

Shades of Lima #82C21C

Tints of Lima #82C21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.95%

R = 36.93%
G = 55.11%
B = 7.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#82C21C (or 0x82C21C) is known color: Lima. HEX triplet: 82, C2 and 1C. RGB value is (130,194,28). Sum of RGB (Red+Green+Blue) = 130+194+28=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #82C21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C21C is #7D3DE3. Grayscale: #9C9C9C. Windows color (decimal): -8207844 or 1884802. OLE color: 1884802.

HSL color Cylindrical-coordinate representation of color #82C21C: hue angle of 83.13º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82C21C is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 28 -
CMYK 0.33 0 0.86 0.24
HSL 83.13º 0.75% 0.44% -
HSV(B) 83.13º 0.86% 0.76% -
XYZ 28.71 43.41 7.97 -
YUV 155.94 55.8 109.5 -
System Red Green Blue C M Y K H S L
Decimal 130 194 28 0.33 0 0.86 0.24 83.13 0.75 0.44
Hex 82 C2 1C 21 0 56 18 53 4B 2C
Octal 202 302 34 41 0 126 30 123 113 54
Binary 10000010 11000010 11100 100001 0 1010110 11000 1010011 1001011 101100

Color Harmonies of #82C21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C21C

Black with #82C21C

Text Example


Text Example

White with #82C21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,28); }

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

background-color css

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

 a { background-color: rgb(130,194,28); }

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

border-color css

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

 span { border-color: rgb(130,194,28); }

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