Html Css Color HEX #83BA1E Lima

📋 copy color: '#83BA1E'

red 131 ◦ green 186 ◦ blue 30

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

Shades of Lima #83BA1E

Tints of Lima #83BA1E

RGB

 RED value IS 131 (51.56% from 255) = 37.75%

 GREEN value IS 186 (73.05% from 255) = 53.6%

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

R = 37.75%
G = 53.6%
B = 8.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#83BA1E (or 0x83BA1E) is known color: Lima. HEX triplet: 83, BA and 1E. RGB value is (131,186,30). Sum of RGB (Red+Green+Blue) = 131+186+30=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA1E is #7C45E1. Grayscale: #989898. Windows color (decimal): -8144354 or 2013827. OLE color: 2013827.

HSL color Cylindrical-coordinate representation of color #83BA1E: hue angle of 81.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83BA1E is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 30 -
CMYK 0.30 0 0.84 0.27
HSL 81.15º 0.72% 0.42% -
HSV(B) 81.15º 0.84% 0.73% -
XYZ 27.15 40.04 7.53 -
YUV 151.77 59.28 113.18 -
System Red Green Blue C M Y K H S L
Decimal 131 186 30 0.30 0 0.84 0.27 81.15 0.72 0.42
Hex 83 BA 1E 1E 0 54 1B 51 48 2A
Octal 203 272 36 36 0 124 33 121 110 52
Binary 10000011 10111010 11110 11110 0 1010100 11011 1010001 1001000 101010

Color Harmonies of #83BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA1E

Black with #83BA1E

Text Example


Text Example

White with #83BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BA1E; }

 p { color: rgb(131,186,30); }

 H1.HeaderClassName
 {
   color: #83BA1E;
 }
 .AnyTagClassName
 {
   color: #83BA1E;
 }
</style>

background-color css

<style>
 a { background-color: #83BA1E; }

 a { background-color: rgb(131,186,30); }

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

border-color css

<style>
 span { border-color: #83BA1E; }

 span { border-color: rgb(131,186,30); }

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