Html Css Color HEX #83C40B Lima

📋 copy color: '#83C40B'

red 131 ◦ green 196 ◦ blue 11

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

Shades of Lima #83C40B

Tints of Lima #83C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.99%

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 38.76%
G = 57.99%
B = 3.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#83C40B (or 0x83C40B) is known color: Lima. HEX triplet: 83, C4 and 0B. RGB value is (131,196,11). Sum of RGB (Red+Green+Blue) = 131+196+11=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #83C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C40B is #7C3BF4. Grayscale: #9C9C9C. Windows color (decimal): -8141813 or 771203. OLE color: 771203.

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

Color convert

RGB 131 196 11 -
CMYK 0.33 0 0.94 0.23
HSL 81.08º 0.89% 0.41% -
HSV(B) 81.08º 0.94% 0.77% -
XYZ 29.16 44.33 7.34 -
YUV 155.48 46.47 110.54 -
System Red Green Blue C M Y K H S L
Decimal 131 196 11 0.33 0 0.94 0.23 81.08 0.89 0.41
Hex 83 C4 B 21 0 5E 17 51 59 29
Octal 203 304 13 41 0 136 27 121 131 51
Binary 10000011 11000100 1011 100001 0 1011110 10111 1010001 1011001 101001

Color Harmonies of #83C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C40B

Black with #83C40B

Text Example


Text Example

White with #83C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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