#83c41b

Color #83C41B Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83C41B

Tints of Lima #83C41B

Color information

#83C41B (or 0x83C41B) is unknown color: approx Lima. HEX triplet: 83, C4 and 1B. RGB value is (131,196,27). Sum of RGB (Red+Green+Blue) = 131+196+27=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #83C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C41B is #7C3BE4. Grayscale: #9D9D9D. Windows color (decimal): -8141797 or 1819779. OLE color: 1819779.

HSL color Cylindrical-coordinate representation of color #83C41B: hue angle of 83.08º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83C41B is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB13119627-
CMYK0.3300.860.23
HSL83.08º75.78%43.73%-
HSV(B)83.08º86.22%76.86%-
XYZ29.344.388.06-
YUV157.354.47109.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 196 (76.95% from 255) = 55.37%
BLUE value IS 27 (10.94% from 255) = 7.63%
R=37.01%
G=55.37%
B=7.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131196270.3300.860.2383.0875.7843.73
Hex83C41B2105617534c2c
Octal203304334101262712311454
Binary100000111100010011011100001010101101011110100111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83c41b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,196,27); }

 H1.HeaderClassName
 {
   color: #83c41b;
 }
 .AnyTagClassName
 {
   color: #83c41b;
 }
</style>
background-color css

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

 a { background-color: rgb(131,196,27); }

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

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

 span { border-color: rgb(131,196,27); }

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