Html Css Color HEX #83BF23 Lima

📋 copy color: '#83BF23'

red 131 ◦ green 191 ◦ blue 35

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

Shades of Lima #83BF23

Tints of Lima #83BF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.8%

R = 36.69%
G = 53.5%
B = 9.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#83BF23 (or 0x83BF23) is known color: Lima. HEX triplet: 83, BF and 23. RGB value is (131,191,35). Sum of RGB (Red+Green+Blue) = 131+191+35=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF23 is #7C40DC. Grayscale: #9B9B9B. Windows color (decimal): -8143069 or 2342787. OLE color: 2342787.

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

Color convert

RGB 131 191 35 -
CMYK 0.31 0 0.82 0.25
HSL 83.08º 0.69% 0.44% -
HSV(B) 83.08º 0.82% 0.75% -
XYZ 28.29 42.21 8.25 -
YUV 155.28 60.12 110.68 -
System Red Green Blue C M Y K H S L
Decimal 131 191 35 0.31 0 0.82 0.25 83.08 0.69 0.44
Hex 83 BF 23 1F 0 52 19 53 45 2C
Octal 203 277 43 37 0 122 31 123 105 54
Binary 10000011 10111111 100011 11111 0 1010010 11001 1010011 1000101 101100

Color Harmonies of #83BF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF23

Black with #83BF23

Text Example


Text Example

White with #83BF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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