Html Css Color HEX #82C11E Lima

📋 copy color: '#82C11E'

red 130 ◦ green 193 ◦ blue 30

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

Shades of Lima #82C11E

Tints of Lima #82C11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 36.83%
G = 54.67%
B = 8.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#82C11E (or 0x82C11E) is known color: Lima. HEX triplet: 82, C1 and 1E. RGB value is (130,193,30). Sum of RGB (Red+Green+Blue) = 130+193+30=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #82C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C11E is #7D3EE1. Grayscale: #9C9C9C. Windows color (decimal): -8208098 or 2015618. OLE color: 2015618.

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

Color convert

RGB 130 193 30 -
CMYK 0.33 0 0.84 0.24
HSL 83.19º 0.73% 0.44% -
HSV(B) 83.19º 0.84% 0.76% -
XYZ 28.51 42.98 8.02 -
YUV 155.58 57.13 109.75 -
System Red Green Blue C M Y K H S L
Decimal 130 193 30 0.33 0 0.84 0.24 83.19 0.73 0.44
Hex 82 C1 1E 21 0 54 18 53 49 2C
Octal 202 301 36 41 0 124 30 123 111 54
Binary 10000010 11000001 11110 100001 0 1010100 11000 1010011 1001001 101100

Color Harmonies of #82C11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C11E

Black with #82C11E

Text Example


Text Example

White with #82C11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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