Html Css Color HEX #82C51C Lima

📋 copy color: '#82C51C'

red 130 ◦ green 197 ◦ blue 28

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

Shades of Lima #82C51C

Tints of Lima #82C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.49%

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

R = 36.62%
G = 55.49%
B = 7.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#82C51C (or 0x82C51C) is known color: Lima. HEX triplet: 82, C5 and 1C. RGB value is (130,197,28). Sum of RGB (Red+Green+Blue) = 130+197+28=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #82C51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C51C is #7D3AE3. Grayscale: #9E9E9E. Windows color (decimal): -8207076 or 1885570. OLE color: 1885570.

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

Color convert

RGB 130 197 28 -
CMYK 0.34 0 0.86 0.23
HSL 83.79º 0.75% 0.44% -
HSV(B) 83.79º 0.86% 0.77% -
XYZ 29.38 44.76 8.19 -
YUV 157.7 54.8 108.24 -
System Red Green Blue C M Y K H S L
Decimal 130 197 28 0.34 0 0.86 0.23 83.79 0.75 0.44
Hex 82 C5 1C 22 0 56 17 54 4B 2C
Octal 202 305 34 42 0 126 27 124 113 54
Binary 10000010 11000101 11100 100010 0 1010110 10111 1010100 1001011 101100

Color Harmonies of #82C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C51C

Black with #82C51C

Text Example


Text Example

White with #82C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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