Html Css Color HEX #82C015 Lima

📋 copy color: '#82C015'

red 130 ◦ green 192 ◦ blue 21

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

Shades of Lima #82C015

Tints of Lima #82C015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 37.9%
G = 55.98%
B = 6.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#82C015 (or 0x82C015) is known color: Lima. HEX triplet: 82, C0 and 15. RGB value is (130,192,21). Sum of RGB (Red+Green+Blue) = 130+192+21=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #82C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C015 is #7D3FEA. Grayscale: #9A9A9A. Windows color (decimal): -8208363 or 1425538. OLE color: 1425538.

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

Color convert

RGB 130 192 21 -
CMYK 0.32 0 0.89 0.25
HSL 81.75º 0.8% 0.42% -
HSV(B) 81.75º 0.89% 0.75% -
XYZ 28.19 42.5 7.43 -
YUV 153.97 52.96 110.9 -
System Red Green Blue C M Y K H S L
Decimal 130 192 21 0.32 0 0.89 0.25 81.75 0.8 0.42
Hex 82 C0 15 20 0 59 19 52 50 2A
Octal 202 300 25 40 0 131 31 122 120 52
Binary 10000010 11000000 10101 100000 0 1011001 11001 1010010 1010000 101010

Color Harmonies of #82C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C015

Black with #82C015

Text Example


Text Example

White with #82C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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