Html Css Color HEX #83BF1C Lima

📋 copy color: '#83BF1C'

red 131 ◦ green 191 ◦ blue 28

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

Shades of Lima #83BF1C

Tints of Lima #83BF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 37.43%
G = 54.57%
B = 8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#83BF1C (or 0x83BF1C) is known color: Lima. HEX triplet: 83, BF and 1C. RGB value is (131,191,28). Sum of RGB (Red+Green+Blue) = 131+191+28=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF1C is #7C40E3. Grayscale: #9B9B9B. Windows color (decimal): -8143076 or 1884035. OLE color: 1884035.

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

Color convert

RGB 131 191 28 -
CMYK 0.31 0 0.85 0.25
HSL 82.09º 0.74% 0.43% -
HSV(B) 82.09º 0.85% 0.75% -
XYZ 28.2 42.17 7.75 -
YUV 154.48 56.62 111.25 -
System Red Green Blue C M Y K H S L
Decimal 131 191 28 0.31 0 0.85 0.25 82.09 0.74 0.43
Hex 83 BF 1C 1F 0 55 19 52 4A 2B
Octal 203 277 34 37 0 125 31 122 112 53
Binary 10000011 10111111 11100 11111 0 1010101 11001 1010010 1001010 101011

Color Harmonies of #83BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF1C

Black with #83BF1C

Text Example


Text Example

White with #83BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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