Html Css Color HEX #82C01D Lima

📋 copy color: '#82C01D'

red 130 ◦ green 192 ◦ blue 29

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

Shades of Lima #82C01D

Tints of Lima #82C01D

RGB

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

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

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

R = 37.04%
G = 54.7%
B = 8.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#82C01D (or 0x82C01D) is known color: Lima. HEX triplet: 82, C0 and 1D. RGB value is (130,192,29). Sum of RGB (Red+Green+Blue) = 130+192+29=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #82C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C01D is #7D3FE2. Grayscale: #9B9B9B. Windows color (decimal): -8208355 or 1949826. OLE color: 1949826.

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

Color convert

RGB 130 192 29 -
CMYK 0.32 0 0.85 0.25
HSL 82.82º 0.74% 0.43% -
HSV(B) 82.82º 0.85% 0.75% -
XYZ 28.28 42.53 7.88 -
YUV 154.88 56.96 110.25 -
System Red Green Blue C M Y K H S L
Decimal 130 192 29 0.32 0 0.85 0.25 82.82 0.74 0.43
Hex 82 C0 1D 20 0 55 19 53 4A 2B
Octal 202 300 35 40 0 125 31 123 112 53
Binary 10000010 11000000 11101 100000 0 1010101 11001 1010011 1001010 101011

Color Harmonies of #82C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C01D

Black with #82C01D

Text Example


Text Example

White with #82C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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