Html Css Color HEX #83B41C Lima

📋 copy color: '#83B41C'

red 131 ◦ green 180 ◦ blue 28

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

Shades of Lima #83B41C

Tints of Lima #83B41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 38.64%
G = 53.1%
B = 8.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#83B41C (or 0x83B41C) is known color: Lima. HEX triplet: 83, B4 and 1C. RGB value is (131,180,28). Sum of RGB (Red+Green+Blue) = 131+180+28=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #83B41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B41C is #7C4BE3. Grayscale: #949494. Windows color (decimal): -8145892 or 1881219. OLE color: 1881219.

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

Color convert

RGB 131 180 28 -
CMYK 0.27 0 0.84 0.29
HSL 79.34º 0.73% 0.41% -
HSV(B) 79.34º 0.84% 0.71% -
XYZ 25.89 37.55 6.98 -
YUV 148.02 60.27 115.86 -
System Red Green Blue C M Y K H S L
Decimal 131 180 28 0.27 0 0.84 0.29 79.34 0.73 0.41
Hex 83 B4 1C 1B 0 54 1D 4F 49 29
Octal 203 264 34 33 0 124 35 117 111 51
Binary 10000011 10110100 11100 11011 0 1010100 11101 1001111 1001001 101001

Color Harmonies of #83B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B41C

Black with #83B41C

Text Example


Text Example

White with #83B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,28); }

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

background-color css

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

 a { background-color: rgb(131,180,28); }

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

border-color css

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

 span { border-color: rgb(131,180,28); }

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