Html Css Color HEX #83C31A Lima

📋 copy color: '#83C31A'

red 131 ◦ green 195 ◦ blue 26

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

Shades of Lima #83C31A

Tints of Lima #83C31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 37.22%
G = 55.4%
B = 7.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#83C31A (or 0x83C31A) is known color: Lima. HEX triplet: 83, C3 and 1A. RGB value is (131,195,26). Sum of RGB (Red+Green+Blue) = 131+195+26=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #83C31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C31A is #7C3CE5. Grayscale: #9D9D9D. Windows color (decimal): -8142054 or 1753987. OLE color: 1753987.

HSL color Cylindrical-coordinate representation of color #83C31A: hue angle of 82.72º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83C31A is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 26 -
CMYK 0.33 0 0.87 0.24
HSL 82.72º 0.76% 0.43% -
HSV(B) 82.72º 0.87% 0.76% -
XYZ 29.06 43.93 7.92 -
YUV 156.6 54.3 109.74 -
System Red Green Blue C M Y K H S L
Decimal 131 195 26 0.33 0 0.87 0.24 82.72 0.76 0.43
Hex 83 C3 1A 21 0 57 18 53 4C 2B
Octal 203 303 32 41 0 127 30 123 114 53
Binary 10000011 11000011 11010 100001 0 1010111 11000 1010011 1001100 101011

Color Harmonies of #83C31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C31A

Black with #83C31A

Text Example


Text Example

White with #83C31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,195,26); }

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

background-color css

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

 a { background-color: rgb(131,195,26); }

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

border-color css

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

 span { border-color: rgb(131,195,26); }

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