Html Css Color HEX #82BF27 Lima

📋 copy color: '#82BF27'

red 130 ◦ green 191 ◦ blue 39

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

Shades of Lima #82BF27

Tints of Lima #82BF27

RGB

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

 GREEN value IS 191 (75% from 255) = 53.06%

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 36.11%
G = 53.06%
B = 10.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#82BF27 (or 0x82BF27) is known color: Lima. HEX triplet: 82, BF and 27. RGB value is (130,191,39). Sum of RGB (Red+Green+Blue) = 130+191+39=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF27 is #7D40D8. Grayscale: #9B9B9B. Windows color (decimal): -8208601 or 2604930. OLE color: 2604930.

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

Color convert

RGB 130 191 39 -
CMYK 0.32 0 0.80 0.25
HSL 84.08º 0.66% 0.45% -
HSV(B) 84.08º 0.8% 0.75% -
XYZ 28.2 42.15 8.57 -
YUV 155.43 62.29 109.86 -
System Red Green Blue C M Y K H S L
Decimal 130 191 39 0.32 0 0.80 0.25 84.08 0.66 0.45
Hex 82 BF 27 20 0 50 19 54 42 2D
Octal 202 277 47 40 0 120 31 124 102 55
Binary 10000010 10111111 100111 100000 0 1010000 11001 1010100 1000010 101101

Color Harmonies of #82BF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF27

Black with #82BF27

Text Example


Text Example

White with #82BF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,191,39); }

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

background-color css

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

 a { background-color: rgb(130,191,39); }

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

border-color css

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

 span { border-color: rgb(130,191,39); }

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