Html Css Color HEX #82C12C Lima

📋 copy color: '#82C12C'

red 130 ◦ green 193 ◦ blue 44

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

Shades of Lima #82C12C

Tints of Lima #82C12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.59%

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 35.42%
G = 52.59%
B = 11.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#82C12C (or 0x82C12C) is known color: Lima. HEX triplet: 82, C1 and 2C. RGB value is (130,193,44). Sum of RGB (Red+Green+Blue) = 130+193+44=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #82C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C12C is #7D3ED3. Grayscale: #9D9D9D. Windows color (decimal): -8208084 or 2933122. OLE color: 2933122.

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

Color convert

RGB 130 193 44 -
CMYK 0.33 0 0.77 0.24
HSL 85.37º 0.63% 0.46% -
HSV(B) 85.37º 0.77% 0.76% -
XYZ 28.73 43.07 9.18 -
YUV 157.18 64.13 108.62 -
System Red Green Blue C M Y K H S L
Decimal 130 193 44 0.33 0 0.77 0.24 85.37 0.63 0.46
Hex 82 C1 2C 21 0 4D 18 55 3F 2E
Octal 202 301 54 41 0 115 30 125 77 56
Binary 10000010 11000001 101100 100001 0 1001101 11000 1010101 111111 101110

Color Harmonies of #82C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C12C

Black with #82C12C

Text Example


Text Example

White with #82C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,44); }

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

background-color css

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

 a { background-color: rgb(130,193,44); }

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

border-color css

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

 span { border-color: rgb(130,193,44); }

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