Html Css Color HEX #82BF17 Lima

📋 copy color: '#82BF17'

red 130 ◦ green 191 ◦ blue 23

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

Shades of Lima #82BF17

Tints of Lima #82BF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.69%

R = 37.79%
G = 55.52%
B = 6.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#82BF17 (or 0x82BF17) is known color: Lima. HEX triplet: 82, BF and 17. RGB value is (130,191,23). Sum of RGB (Red+Green+Blue) = 130+191+23=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BF17 is #7D40E8. Grayscale: #9A9A9A. Windows color (decimal): -8208617 or 1556354. OLE color: 1556354.

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

Color convert

RGB 130 191 23 -
CMYK 0.32 0 0.88 0.25
HSL 81.79º 0.79% 0.42% -
HSV(B) 81.79º 0.88% 0.75% -
XYZ 27.99 42.07 7.46 -
YUV 153.61 54.29 111.16 -
System Red Green Blue C M Y K H S L
Decimal 130 191 23 0.32 0 0.88 0.25 81.79 0.79 0.42
Hex 82 BF 17 20 0 58 19 52 4F 2A
Octal 202 277 27 40 0 130 31 122 117 52
Binary 10000010 10111111 10111 100000 0 1011000 11001 1010010 1001111 101010

Color Harmonies of #82BF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF17

Black with #82BF17

Text Example


Text Example

White with #82BF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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