Html Css Color HEX #82C31D Lima

📋 copy color: '#82C31D'

red 130 ◦ green 195 ◦ blue 29

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

Shades of Lima #82C31D

Tints of Lima #82C31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.08%

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 36.72%
G = 55.08%
B = 8.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#82C31D (or 0x82C31D) is known color: Lima. HEX triplet: 82, C3 and 1D. RGB value is (130,195,29). Sum of RGB (Red+Green+Blue) = 130+195+29=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #82C31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C31D is #7D3CE2. Grayscale: #9D9D9D. Windows color (decimal): -8207587 or 1950594. OLE color: 1950594.

HSL color Cylindrical-coordinate representation of color #82C31D: hue angle of 83.49º degrees, saturation: 0.74, 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 #82C31D is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 195 29 -
CMYK 0.33 0 0.85 0.24
HSL 83.49º 0.74% 0.44% -
HSV(B) 83.49º 0.85% 0.76% -
XYZ 28.94 43.86 8.1 -
YUV 156.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 130 195 29 0.33 0 0.85 0.24 83.49 0.74 0.44
Hex 82 C3 1D 21 0 55 18 53 4A 2C
Octal 202 303 35 41 0 125 30 123 112 54
Binary 10000010 11000011 11101 100001 0 1010101 11000 1010011 1001010 101100

Color Harmonies of #82C31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C31D

Black with #82C31D

Text Example


Text Example

White with #82C31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,29); }

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

background-color css

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

 a { background-color: rgb(130,195,29); }

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

border-color css

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

 span { border-color: rgb(130,195,29); }

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