Html Css Color HEX #83C22C Lima

📋 copy color: '#83C22C'

red 131 ◦ green 194 ◦ blue 44

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

Shades of Lima #83C22C

Tints of Lima #83C22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 35.5%
G = 52.57%
B = 11.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#83C22C (or 0x83C22C) is known color: Lima. HEX triplet: 83, C2 and 2C. RGB value is (131,194,44). Sum of RGB (Red+Green+Blue) = 131+194+44=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #83C22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C22C is #7C3DD3. Grayscale: #9E9E9E. Windows color (decimal): -8142292 or 2933379. OLE color: 2933379.

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

Color convert

RGB 131 194 44 -
CMYK 0.32 0 0.77 0.24
HSL 85.2º 0.63% 0.47% -
HSV(B) 85.2º 0.77% 0.76% -
XYZ 29.11 43.59 9.26 -
YUV 158.06 63.63 108.7 -
System Red Green Blue C M Y K H S L
Decimal 131 194 44 0.32 0 0.77 0.24 85.2 0.63 0.47
Hex 83 C2 2C 20 0 4D 18 55 3F 2F
Octal 203 302 54 40 0 115 30 125 77 57
Binary 10000011 11000010 101100 100000 0 1001101 11000 1010101 111111 101111

Color Harmonies of #83C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C22C

Black with #83C22C

Text Example


Text Example

White with #83C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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