Html Css Color HEX #82C32B Lima

📋 copy color: '#82C32B'

red 130 ◦ green 195 ◦ blue 43

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

Shades of Lima #82C32B

Tints of Lima #82C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 35.33%
G = 52.99%
B = 11.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#82C32B (or 0x82C32B) is known color: Lima. HEX triplet: 82, C3 and 2B. RGB value is (130,195,43). Sum of RGB (Red+Green+Blue) = 130+195+43=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #82C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C32B is #7D3CD4. Grayscale: #9E9E9E. Windows color (decimal): -8207573 or 2868098. OLE color: 2868098.

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

Color convert

RGB 130 195 43 -
CMYK 0.33 0 0.78 0.24
HSL 85.66º 0.64% 0.47% -
HSV(B) 85.66º 0.78% 0.76% -
XYZ 29.16 43.95 9.23 -
YUV 158.24 62.97 107.86 -
System Red Green Blue C M Y K H S L
Decimal 130 195 43 0.33 0 0.78 0.24 85.66 0.64 0.47
Hex 82 C3 2B 21 0 4E 18 56 40 2F
Octal 202 303 53 41 0 116 30 126 100 57
Binary 10000010 11000011 101011 100001 0 1001110 11000 1010110 1000000 101111

Color Harmonies of #82C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C32B

Black with #82C32B

Text Example


Text Example

White with #82C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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