Html Css Color HEX #83BD18 Lima

📋 copy color: '#83BD18'

red 131 ◦ green 189 ◦ blue 24

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

Shades of Lima #83BD18

Tints of Lima #83BD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.94%

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

R = 38.08%
G = 54.94%
B = 6.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#83BD18 (or 0x83BD18) is known color: Lima. HEX triplet: 83, BD and 18. RGB value is (131,189,24). Sum of RGB (Red+Green+Blue) = 131+189+24=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD18 is #7C42E7. Grayscale: #999999. Windows color (decimal): -8143592 or 1621379. OLE color: 1621379.

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

Color convert

RGB 131 189 24 -
CMYK 0.31 0 0.87 0.26
HSL 81.09º 0.77% 0.42% -
HSV(B) 81.09º 0.87% 0.74% -
XYZ 27.72 41.29 7.37 -
YUV 152.85 55.28 112.42 -
System Red Green Blue C M Y K H S L
Decimal 131 189 24 0.31 0 0.87 0.26 81.09 0.77 0.42
Hex 83 BD 18 1F 0 57 1A 51 4D 2A
Octal 203 275 30 37 0 127 32 121 115 52
Binary 10000011 10111101 11000 11111 0 1010111 11010 1010001 1001101 101010

Color Harmonies of #83BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD18

Black with #83BD18

Text Example


Text Example

White with #83BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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