Html Css Color HEX #83C12C Lima

📋 copy color: '#83C12C'

red 131 ◦ green 193 ◦ blue 44

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

Shades of Lima #83C12C

Tints of Lima #83C12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.45%

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

R = 35.6%
G = 52.45%
B = 11.96%

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

#83C12C (or 0x83C12C) is known color: Lima. HEX triplet: 83, C1 and 2C. RGB value is (131,193,44). Sum of RGB (Red+Green+Blue) = 131+193+44=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #83C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C12C is #7C3ED3. Grayscale: #9E9E9E. Windows color (decimal): -8142548 or 2933123. OLE color: 2933123.

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

Color convert

RGB 131 193 44 -
CMYK 0.32 0 0.77 0.24
HSL 84.97º 0.63% 0.46% -
HSV(B) 84.97º 0.77% 0.76% -
XYZ 28.88 43.15 9.19 -
YUV 157.48 63.96 109.12 -
System Red Green Blue C M Y K H S L
Decimal 131 193 44 0.32 0 0.77 0.24 84.97 0.63 0.46
Hex 83 C1 2C 20 0 4D 18 55 3F 2E
Octal 203 301 54 40 0 115 30 125 77 56
Binary 10000011 11000001 101100 100000 0 1001101 11000 1010101 111111 101110

Color Harmonies of #83C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C12C

Black with #83C12C

Text Example


Text Example

White with #83C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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