Html Css Color HEX #83BF2A Lima

📋 copy color: '#83BF2A'

red 131 ◦ green 191 ◦ blue 42

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

Shades of Lima #83BF2A

Tints of Lima #83BF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 52.47%

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 35.99%
G = 52.47%
B = 11.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#83BF2A (or 0x83BF2A) is known color: Lima. HEX triplet: 83, BF and 2A. RGB value is (131,191,42). Sum of RGB (Red+Green+Blue) = 131+191+42=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF2A is #7C40D5. Grayscale: #9C9C9C. Windows color (decimal): -8143062 or 2801539. OLE color: 2801539.

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

Color convert

RGB 131 191 42 -
CMYK 0.31 0 0.78 0.25
HSL 84.16º 0.64% 0.46% -
HSV(B) 84.16º 0.78% 0.75% -
XYZ 28.41 42.25 8.85 -
YUV 156.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 131 191 42 0.31 0 0.78 0.25 84.16 0.64 0.46
Hex 83 BF 2A 1F 0 4E 19 54 40 2E
Octal 203 277 52 37 0 116 31 124 100 56
Binary 10000011 10111111 101010 11111 0 1001110 11001 1010100 1000000 101110

Color Harmonies of #83BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF2A

Black with #83BF2A

Text Example


Text Example

White with #83BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,42); }

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

background-color css

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

 a { background-color: rgb(131,191,42); }

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

border-color css

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

 span { border-color: rgb(131,191,42); }

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