Html Css Color HEX #82B30F Lima

📋 copy color: '#82B30F'

red 130 ◦ green 179 ◦ blue 15

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

Shades of Lima #82B30F

Tints of Lima #82B30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.25%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 40.12%
G = 55.25%
B = 4.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#82B30F (or 0x82B30F) is known color: Lima. HEX triplet: 82, B3 and 0F. RGB value is (130,179,15). Sum of RGB (Red+Green+Blue) = 130+179+15=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #82B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B30F is #7D4CF0. Grayscale: #929292. Windows color (decimal): -8211697 or 1028994. OLE color: 1028994.

HSL color Cylindrical-coordinate representation of color #82B30F: hue angle of 77.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82B30F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 179 15 -
CMYK 0.27 0 0.92 0.30
HSL 77.93º 0.85% 0.38% -
HSV(B) 77.93º 0.92% 0.7% -
XYZ 25.41 37.02 6.26 -
YUV 145.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 130 179 15 0.27 0 0.92 0.30 77.93 0.85 0.38
Hex 82 B3 F 1B 0 5C 1E 4E 55 26
Octal 202 263 17 33 0 134 36 116 125 46
Binary 10000010 10110011 1111 11011 0 1011100 11110 1001110 1010101 100110

Color Harmonies of #82B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B30F

Black with #82B30F

Text Example


Text Example

White with #82B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,179,15); }

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

background-color css

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

 a { background-color: rgb(130,179,15); }

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

border-color css

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

 span { border-color: rgb(130,179,15); }

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