Html Css Color HEX #82C41D Lima

📋 copy color: '#82C41D'

red 130 ◦ green 196 ◦ blue 29

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

Shades of Lima #82C41D

Tints of Lima #82C41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.21%

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

R = 36.62%
G = 55.21%
B = 8.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#82C41D (or 0x82C41D) is known color: Lima. HEX triplet: 82, C4 and 1D. RGB value is (130,196,29). Sum of RGB (Red+Green+Blue) = 130+196+29=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #82C41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C41D is #7D3BE2. Grayscale: #9D9D9D. Windows color (decimal): -8207331 or 1950850. OLE color: 1950850.

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

Color convert

RGB 130 196 29 -
CMYK 0.34 0 0.85 0.23
HSL 83.71º 0.74% 0.44% -
HSV(B) 83.71º 0.85% 0.77% -
XYZ 29.17 44.31 8.18 -
YUV 157.23 55.63 108.58 -
System Red Green Blue C M Y K H S L
Decimal 130 196 29 0.34 0 0.85 0.23 83.71 0.74 0.44
Hex 82 C4 1D 22 0 55 17 54 4A 2C
Octal 202 304 35 42 0 125 27 124 112 54
Binary 10000010 11000100 11101 100010 0 1010101 10111 1010100 1001010 101100

Color Harmonies of #82C41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C41D

Black with #82C41D

Text Example


Text Example

White with #82C41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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