Html Css Color HEX #83C22B Lima

📋 copy color: '#83C22B'

red 131 ◦ green 194 ◦ blue 43

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

Shades of Lima #83C22B

Tints of Lima #83C22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.72%

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 35.6%
G = 52.72%
B = 11.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#83C22B (or 0x83C22B) is known color: Lima. HEX triplet: 83, C2 and 2B. RGB value is (131,194,43). Sum of RGB (Red+Green+Blue) = 131+194+43=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #83C22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C22B is #7C3DD4. Grayscale: #9E9E9E. Windows color (decimal): -8142293 or 2867843. OLE color: 2867843.

HSL color Cylindrical-coordinate representation of color #83C22B: hue angle of 85.03º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83C22B is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 194 43 -
CMYK 0.32 0 0.78 0.24
HSL 85.03º 0.64% 0.46% -
HSV(B) 85.03º 0.78% 0.76% -
XYZ 29.09 43.58 9.16 -
YUV 157.95 63.13 108.78 -
System Red Green Blue C M Y K H S L
Decimal 131 194 43 0.32 0 0.78 0.24 85.03 0.64 0.46
Hex 83 C2 2B 20 0 4E 18 55 40 2E
Octal 203 302 53 40 0 116 30 125 100 56
Binary 10000011 11000010 101011 100000 0 1001110 11000 1010101 1000000 101110

Color Harmonies of #83C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C22B

Black with #83C22B

Text Example


Text Example

White with #83C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,43); }

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

background-color css

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

 a { background-color: rgb(131,194,43); }

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

border-color css

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

 span { border-color: rgb(131,194,43); }

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