Html Css Color HEX #82BE28 Lima

📋 copy color: '#82BE28'

red 130 ◦ green 190 ◦ blue 40

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

Shades of Lima #82BE28

Tints of Lima #82BE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.78%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 36.11%
G = 52.78%
B = 11.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#82BE28 (or 0x82BE28) is known color: Lima. HEX triplet: 82, BE and 28. RGB value is (130,190,40). Sum of RGB (Red+Green+Blue) = 130+190+40=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BE28 is #7D41D7. Grayscale: #9B9B9B. Windows color (decimal): -8208856 or 2670210. OLE color: 2670210.

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

Color convert

RGB 130 190 40 -
CMYK 0.32 0 0.79 0.25
HSL 84º 0.65% 0.45% -
HSV(B) 84º 0.79% 0.75% -
XYZ 28 41.73 8.59 -
YUV 154.96 63.12 110.2 -
System Red Green Blue C M Y K H S L
Decimal 130 190 40 0.32 0 0.79 0.25 84 0.65 0.45
Hex 82 BE 28 20 0 4F 19 54 41 2D
Octal 202 276 50 40 0 117 31 124 101 55
Binary 10000010 10111110 101000 100000 0 1001111 11001 1010100 1000001 101101

Color Harmonies of #82BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BE28

Black with #82BE28

Text Example


Text Example

White with #82BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,190,40); }

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

background-color css

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

 a { background-color: rgb(130,190,40); }

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

border-color css

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

 span { border-color: rgb(130,190,40); }

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