Html Css Color HEX #83BF18 Lima

📋 copy color: '#83BF18'

red 131 ◦ green 191 ◦ blue 24

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

Shades of Lima #83BF18

Tints of Lima #83BF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.94%

R = 37.86%
G = 55.2%
B = 6.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#83BF18 (or 0x83BF18) is known color: Lima. HEX triplet: 83, BF and 18. RGB value is (131,191,24). Sum of RGB (Red+Green+Blue) = 131+191+24=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF18 is #7C40E7. Grayscale: #9A9A9A. Windows color (decimal): -8143080 or 1621891. OLE color: 1621891.

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

Color convert

RGB 131 191 24 -
CMYK 0.31 0 0.87 0.25
HSL 81.56º 0.78% 0.42% -
HSV(B) 81.56º 0.87% 0.75% -
XYZ 28.16 42.15 7.52 -
YUV 154.02 54.62 111.58 -
System Red Green Blue C M Y K H S L
Decimal 131 191 24 0.31 0 0.87 0.25 81.56 0.78 0.42
Hex 83 BF 18 1F 0 57 19 52 4E 2A
Octal 203 277 30 37 0 127 31 122 116 52
Binary 10000011 10111111 11000 11111 0 1010111 11001 1010010 1001110 101010

Color Harmonies of #83BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF18

Black with #83BF18

Text Example


Text Example

White with #83BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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