Html Css Color HEX #83B30C Lima

📋 copy color: '#83B30C'

red 131 ◦ green 179 ◦ blue 12

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

Shades of Lima #83B30C

Tints of Lima #83B30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 40.68%
G = 55.59%
B = 3.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#83B30C (or 0x83B30C) is known color: Lima. HEX triplet: 83, B3 and 0C. RGB value is (131,179,12). Sum of RGB (Red+Green+Blue) = 131+179+12=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #83B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B30C is #7C4CF3. Grayscale: #929292. Windows color (decimal): -8146164 or 832387. OLE color: 832387.

HSL color Cylindrical-coordinate representation of color #83B30C: hue angle of 77.25º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83B30C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 179 12 -
CMYK 0.27 0 0.93 0.30
HSL 77.25º 0.87% 0.37% -
HSV(B) 77.25º 0.93% 0.7% -
XYZ 25.55 37.09 6.16 -
YUV 145.61 52.6 117.58 -
System Red Green Blue C M Y K H S L
Decimal 131 179 12 0.27 0 0.93 0.30 77.25 0.87 0.37
Hex 83 B3 C 1B 0 5D 1E 4D 57 25
Octal 203 263 14 33 0 135 36 115 127 45
Binary 10000011 10110011 1100 11011 0 1011101 11110 1001101 1010111 100101

Color Harmonies of #83B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B30C

Black with #83B30C

Text Example


Text Example

White with #83B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,179,12); }

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

background-color css

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

 a { background-color: rgb(131,179,12); }

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

border-color css

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

 span { border-color: rgb(131,179,12); }

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